PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.bildgebung@2025.0.0
    https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-bildgebungsstudie
{
  "description": "Dieses Profil beschreibt die Bildgebung anhand der DICOM-Metadaten auf Studien-, Serien- sowie Instanzen-Ebene der jeweiligen DICOM-Studie.",
  "_filename": "StructureDefinition-mii-pr-bildgebung-bildgebungsstudie.json",
  "package_name": "de.medizininformatikinitiative.kerndatensatz.bildgebung",
  "date": "2025-01-01",
  "derivation": "constraint",
  "publisher": "Medizininformatik Initiative",
  "fhirVersion": "4.0.1",
  "name": "MII_PR_Bildgebung_Bildgebungsstudie",
  "abstract": false,
  "type": "ImagingStudy",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "MII PR Bildgebung Bildgebungsstudie",
  "_description": {
    "extension": [ {
      "url": "http://hl7.org/fhir/StructureDefinition/translation",
      "extension": [ {
        "url": "lang",
        "valueCode": "en-US"
      }, {
        "url": "content",
        "valueString": "The profile describes the metadata of an DICOM imaging study."
      } ]
    } ]
  },
  "package_version": "2025.0.0",
  "extension": [ {
    "url": "https://www.medizininformatik-initiative.de/fhir/modul-meta/StructureDefinition/mii-ex-meta-license-codeable",
    "valueCodeableConcept": {
      "coding": [ {
        "code": "CC-BY-4.0",
        "system": "http://hl7.org/fhir/spdx-license",
        "display": "Creative Commons Attribution 4.0 International"
      } ]
    }
  } ],
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "dom-2",
        "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
        "xpath": "not(parent::f:contained and f:contained)",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.contained.empty()"
      }, {
        "key": "dom-4",
        "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
        "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
      }, {
        "key": "dom-3",
        "human": "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",
        "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "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()"
      }, {
        "key": "dom-6",
        "human": "A resource should have narrative for robust management",
        "xpath": "exists(f:text/h:div)",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "warning",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice",
          "valueBoolean": true
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation",
          "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."
        } ],
        "expression": "text.`div`.exists()"
      }, {
        "key": "dom-5",
        "human": "If a resource is contained in another resource, it SHALL NOT have a security label",
        "xpath": "not(exists(f:contained/*/f:meta/f:security))",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.meta.security.empty()"
      } ],
      "path": "ImagingStudy",
      "min": 0,
      "definition": "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.",
      "short": "A set of images produced in single study (one or more series of references images)",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "Event",
        "identity": "workflow"
      }, {
        "map": "Act[classCode=COMPOSITION, moodCode=EVN]",
        "identity": "rim"
      }, {
        "map": "Reference IHE radiology TF vol 2 table 4.14-1",
        "identity": "dicom"
      } ],
      "max": "*",
      "id": "ImagingStudy",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy"
      }
    }, {
      "path": "ImagingStudy.id",
      "min": 0,
      "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
      "short": "Logical id of this artifact",
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "ImagingStudy.id",
      "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.id"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.meta",
      "min": 0,
      "definition": "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.",
      "short": "Metadata about the resource",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Meta"
      } ],
      "mustSupport": true,
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "1",
      "id": "ImagingStudy.meta",
      "condition": [ "ele-1" ],
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.meta"
      },
      "isSummary": true
    }, {
      "path": "ImagingStudy.meta.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ImagingStudy.meta.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.meta.extension",
      "min": 0,
      "definition": "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.",
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ImagingStudy.meta.extension",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.meta.versionId",
      "min": 0,
      "definition": "The version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted.",
      "short": "Version specific identifier",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "id"
      } ],
      "max": "1",
      "id": "ImagingStudy.meta.versionId",
      "condition": [ "ele-1" ],
      "comment": "The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Meta.versionId"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.meta.lastUpdated",
      "min": 0,
      "definition": "When the resource last changed - e.g. when the version changed.",
      "short": "When the resource version last changed",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "instant"
      } ],
      "max": "1",
      "id": "ImagingStudy.meta.lastUpdated",
      "condition": [ "ele-1" ],
      "comment": "This value is always populated except when the resource is first being created. The server / resource manager sets this value; what a client provides is irrelevant. This is equivalent to the HTTP Last-Modified and SHOULD have the same value on a [read](http.html#read) interaction.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Meta.lastUpdated"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.meta.source",
      "min": 0,
      "definition": "A uri that identifies the source system of the resource. This provides a minimal amount of [Provenance](provenance.html#) information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc.",
      "short": "Identifies where the resource comes from",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "ImagingStudy.meta.source",
      "condition": [ "ele-1" ],
      "comment": "In the provenance resource, this corresponds to Provenance.entity.what[x]. The exact use of the source (and the implied Provenance.entity.role) is left to implementer discretion. Only one nominated source is allowed; for additional provenance details, a full Provenance resource should be used. \n\nThis element can be used to indicate where the current master source of a resource that has a canonical URL if the resource is no longer hosted at the canonical URL.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Meta.source"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.meta.profile",
      "min": 0,
      "definition": "A list of profiles (references to [StructureDefinition](structuredefinition.html#) resources) that this resource claims to conform to. The URL is a reference to [StructureDefinition.url](structuredefinition-definitions.html#StructureDefinition.url).",
      "short": "Profiles this resource claims to conform to",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "canonical",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/StructureDefinition" ]
      } ],
      "mustSupport": true,
      "max": "*",
      "id": "ImagingStudy.meta.profile",
      "condition": [ "ele-1" ],
      "comment": "It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time.  The list of profile URLs is a set.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Meta.profile"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.meta.security",
      "min": 0,
      "definition": "Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.",
      "short": "Security Labels applied to this resource",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6",
        "identity": "v2"
      }, {
        "map": "CV",
        "identity": "rim"
      }, {
        "map": "fhir:Coding rdfs:subClassOf dt:CDCoding",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/security-labels",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "SecurityLabels"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "Security Labels from the Healthcare Privacy and Security Classification System."
      },
      "max": "*",
      "id": "ImagingStudy.meta.security",
      "condition": [ "ele-1" ],
      "comment": "The security labels can be updated without changing the stated version of the resource. The list of security labels is a set. Uniqueness is based the system/code, and version and display are ignored.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Meta.security"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.meta.tag",
      "min": 0,
      "definition": "Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.",
      "short": "Tags applied to this resource",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6",
        "identity": "v2"
      }, {
        "map": "CV",
        "identity": "rim"
      }, {
        "map": "fhir:Coding rdfs:subClassOf dt:CDCoding",
        "identity": "orim"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/common-tags",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Tags"
        } ],
        "description": "Codes that represent various types of tags, commonly workflow-related; e.g. \"Needs review by Dr. Jones\"."
      },
      "max": "*",
      "id": "ImagingStudy.meta.tag",
      "condition": [ "ele-1" ],
      "comment": "The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Meta.tag"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.implicitRules",
      "min": 0,
      "definition": "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.",
      "isModifier": true,
      "short": "A set of rules under which this content was created",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "ImagingStudy.implicitRules",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.implicitRules"
      },
      "isModifierReason": "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",
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.language",
      "min": 0,
      "definition": "The base language in which the resource is written.",
      "short": "Language of the resource content",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "preferred",
        "valueSet": "http://hl7.org/fhir/ValueSet/languages",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
          "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Language"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "A human language."
      },
      "max": "1",
      "id": "ImagingStudy.language",
      "condition": [ "ele-1" ],
      "comment": "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).",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.language"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.text",
      "min": 0,
      "definition": "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.",
      "short": "Text summary of the resource, for human interpretation",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      }, {
        "map": "Act.text?",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "ImagingStudy.text",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "DomainResource.text"
      }
    }, {
      "path": "ImagingStudy.contained",
      "min": 0,
      "definition": "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.",
      "short": "Contained, inline Resources",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Resource"
      } ],
      "alias": [ "inline resources", "anonymous resources", "contained resources" ],
      "max": "*",
      "id": "ImagingStudy.contained",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.contained"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.extension",
      "min": 0,
      "definition": "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.",
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "ordered": false,
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ImagingStudy.extension",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.extension",
      "min": 0,
      "definition": "Bildgebungsgrund aus DICOM-Header",
      "short": "Bildgebungsgrund",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsgrund aus DICOM-Header"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "reason for imaging from the DICOM-Header"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-bildgebungsgrund" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsgrund"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "imaging reason"
          } ]
        } ]
      },
      "sliceName": "bildgebungsgrund",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "1",
      "id": "ImagingStudy.extension:bildgebungsgrund",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.modifierExtension",
      "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](extensibility.html#modifierExtension).",
      "min": 0,
      "definition": "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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ImagingStudy.modifierExtension",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them"
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.identifier",
      "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](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.2.html).",
      "min": 0,
      "definition": "Identifiers for the ImagingStudy such as DICOM Study Instance UID, and Accession Number.",
      "short": "Identifiers for the whole study",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "CX / EI (occasionally, more often EI maps to a resource id or a URL)",
        "identity": "v2"
      }, {
        "map": "II - The Identifier class is a little looser than the v3 type II because it allows URIs as well as registered OIDs or GUIDs.  Also maps to Role[classCode=IDENT]",
        "identity": "rim"
      }, {
        "map": "Identifier",
        "identity": "servd"
      }, {
        "map": "Event.identifier",
        "identity": "workflow"
      }, {
        "map": "FiveWs.identifier",
        "identity": "w5"
      }, {
        "map": ".id and .inboundRelationship[typeCode=COMP].source[classCode=ACSN, moodCode=EVN].id",
        "identity": "rim"
      }, {
        "map": "StudyInstanceUID (0020,000D) | Accession Number and Issuer (0080,0050)+(0080,0051) | Study ID (0020,0010)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "StudyInstanceUID", "AccessionNumber" ],
      "max": "*",
      "id": "ImagingStudy.identifier",
      "condition": [ "ele-1" ],
      "comment": "See discussion under [Imaging Study Implementation Notes](imagingstudy.html#notes) for encoding of DICOM Study Instance UID. Accession Number should use ACSN Identifier type.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.identifier"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.status",
      "min": 1,
      "definition": "Angemeldet | Verfügbar | Abgebrochen | fehlerhafte Eingabe | Unbekannt",
      "isModifier": true,
      "short": "Status",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Angemeldet | Verfügbar | Abgebrochen | fehlerhafte Eingabe | Unbekannt"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "registered | available | cancelled | entered-in-error | unknown"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "Event.status",
        "identity": "workflow"
      }, {
        "map": "FiveWs.status",
        "identity": "w5"
      }, {
        "map": "Varies by domain",
        "identity": "v2"
      }, {
        "map": ".status",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Status"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "status"
          } ]
        } ]
      },
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/imagingstudy-status|4.0.1",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ImagingStudyStatus"
        } ],
        "description": "The status of the ImagingStudy."
      },
      "max": "1",
      "id": "ImagingStudy.status",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ImagingStudy.status"
      },
      "isModifierReason": "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",
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.modality",
      "min": 0,
      "definition": "Modalität der Studie",
      "short": "Modalität",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität der Studie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality of the study"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6",
        "identity": "v2"
      }, {
        "map": "CV",
        "identity": "rim"
      }, {
        "map": "fhir:Coding rdfs:subClassOf dt:CDCoding",
        "identity": "orim"
      }, {
        "map": "FiveWs.class",
        "identity": "w5"
      }, {
        "map": ".code",
        "identity": "rim"
      }, {
        "map": "(0008,0061)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ImagingModality"
        } ],
        "description": "Type of acquired data in the instance."
      },
      "alias": [ "ModalitiesInStudy" ],
      "max": "*",
      "id": "ImagingStudy.modality",
      "condition": [ "ele-1" ],
      "comment": "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.modality"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ref-1",
        "human": "SHALL have a contained resource if a local reference is provided",
        "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Reference",
        "severity": "error",
        "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
      } ],
      "path": "ImagingStudy.subject",
      "min": 1,
      "definition": "Person, auf die sich die Studie bezieht",
      "short": "Person",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Person, auf die sich die Studie bezieht"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "person, which this study is about"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
        "identity": "rim"
      }, {
        "map": "Event.subject",
        "identity": "workflow"
      }, {
        "map": "FiveWs.subject[x]",
        "identity": "w5"
      }, {
        "map": ".participation[typeCode=SBJ].role",
        "identity": "rim"
      }, {
        "map": "(0010/*)",
        "identity": "dicom"
      }, {
        "map": "FiveWs.subject",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Person"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "person"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
        "valueString": "dicom=http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.2.2.html"
      } ],
      "max": "1",
      "id": "ImagingStudy.subject",
      "condition": [ "ele-1" ],
      "comment": "QA phantoms can be recorded with a Device; multiple subjects (such as mice) can be recorded with a Group.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ImagingStudy.subject"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ref-1",
        "human": "SHALL have a contained resource if a local reference is provided",
        "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Reference",
        "severity": "error",
        "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
      } ],
      "path": "ImagingStudy.encounter",
      "min": 0,
      "definition": "Referenz auf eine Fall-Ressource",
      "short": "Versorgungsstellenkontakt",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Referenz auf eine Fall-Ressource"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "reference on the encounter-ressource"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
        "identity": "rim"
      }, {
        "map": "Event.encounter",
        "identity": "workflow"
      }, {
        "map": "FiveWs.context",
        "identity": "w5"
      }, {
        "map": "inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ]
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Versorgungsstellenkontakt"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "encounter"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "1",
      "id": "ImagingStudy.encounter",
      "condition": [ "ele-1" ],
      "comment": "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).",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.encounter"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.started",
      "min": 0,
      "definition": "Startzeit der Studie",
      "short": "Startzeit",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Startzeit der Studie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "starttime of the study"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "Event.occurrence[x]",
        "identity": "workflow"
      }, {
        "map": "FiveWs.init",
        "identity": "w5"
      }, {
        "map": ".effectiveTime",
        "identity": "rim"
      }, {
        "map": "(0008,0020)+(0008,0030)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Startzeit"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "starttime"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
        "valueString": "dicom=http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.2.html#sect_C.7.2.1"
      } ],
      "alias": [ "StudyDate", "StudyTime" ],
      "max": "1",
      "id": "ImagingStudy.started",
      "condition": [ "ele-1" ],
      "example": [ {
        "label": "General",
        "valueDateTime": "2011-01-01T11:01:20+03:00"
      } ],
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.started"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ref-1",
        "human": "SHALL have a contained resource if a local reference is provided",
        "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Reference",
        "severity": "error",
        "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
      } ],
      "path": "ImagingStudy.basedOn",
      "requirements": "To support grouped procedures (one imaging study supporting multiple ordered procedures, e.g. chest/abdomen/pelvis CT).",
      "min": 0,
      "definition": "Basiert auf einer Anforderung",
      "short": "Basiert auf",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Basiert auf einer Anforderung"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "based on a service request"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
        "identity": "rim"
      }, {
        "map": "Event.basedOn",
        "identity": "workflow"
      }, {
        "map": "FiveWs.cause",
        "identity": "w5"
      }, {
        "map": ".outboundRelationship[typeCode=FLFS].target[classCode=DGIMG, moodCode=RQO]",
        "identity": "rim"
      }, {
        "map": "(0032,1064)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/CarePlan", "http://hl7.org/fhir/StructureDefinition/ServiceRequest", "http://hl7.org/fhir/StructureDefinition/Appointment", "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", "http://hl7.org/fhir/StructureDefinition/Task" ]
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Basiert auf"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "based on"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "*",
      "id": "ImagingStudy.basedOn",
      "condition": [ "ele-1" ],
      "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.basedOn"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ref-1",
        "human": "SHALL have a contained resource if a local reference is provided",
        "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Reference",
        "severity": "error",
        "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
      } ],
      "path": "ImagingStudy.referrer",
      "min": 0,
      "definition": "The requesting/referring physician.",
      "short": "Referring physician",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
        "identity": "rim"
      }, {
        "map": "FiveWs.cause",
        "identity": "w5"
      }, {
        "map": ".outboundRelationship[typeCode=FLFS].target[classCode=DGIMG, moodCode=RQO].participation[typeCode=AUT].role",
        "identity": "rim"
      }, {
        "map": "(0008,0090)+(0008,0096)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole" ]
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "ReferringPhysiciansName" ],
      "max": "1",
      "id": "ImagingStudy.referrer",
      "condition": [ "ele-1" ],
      "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.referrer"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ref-1",
        "human": "SHALL have a contained resource if a local reference is provided",
        "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Reference",
        "severity": "error",
        "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
      } ],
      "path": "ImagingStudy.interpreter",
      "min": 0,
      "definition": "Who read the study and interpreted the images or other content.",
      "short": "Who interpreted images",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
        "identity": "rim"
      }, {
        "map": "FiveWs.witness",
        "identity": "w5"
      }, {
        "map": ".participation[typeCode=PRF].role",
        "identity": "rim"
      }, {
        "map": "(0008,1060)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole" ]
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "Name of Physician(s) Reading Study" ],
      "max": "*",
      "id": "ImagingStudy.interpreter",
      "condition": [ "ele-1" ],
      "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.interpreter"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ref-1",
        "human": "SHALL have a contained resource if a local reference is provided",
        "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Reference",
        "severity": "error",
        "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
      } ],
      "path": "ImagingStudy.endpoint",
      "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.",
      "min": 0,
      "definition": "DICOM-Endpunkt",
      "short": "Endpunkt",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "DICOM-Endpunkt"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "DICOM endpoint"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
        "identity": "rim"
      }, {
        "map": "Not supported",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Endpoint" ]
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Endpunkt"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "endpoint"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "*",
      "id": "ImagingStudy.endpoint",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.endpoint"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.numberOfSeries",
      "min": 0,
      "definition": "Anzahl der Serien in der Studie",
      "short": "Serienanzahl",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Anzahl der Serien in der Studie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of series in the study"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=OBSSER, moodCode=EVN].repeatNumber",
        "identity": "rim"
      }, {
        "map": "(0020,1206)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "unsignedInt"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Serienanzahl"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of series"
          } ]
        } ]
      },
      "alias": [ "NumberOfStudyRelatedSeries" ],
      "max": "1",
      "id": "ImagingStudy.numberOfSeries",
      "condition": [ "ele-1" ],
      "comment": "32 bit number; for values larger than this, use decimal",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.numberOfSeries"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.numberOfInstances",
      "min": 0,
      "definition": "Anzahl der Instanzen in der Studie",
      "short": "Instanzanzahl",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Anzahl der Instanzen in der Studie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of instances in the study"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=DGIMG, moodCode=EVN].repeatNumber",
        "identity": "rim"
      }, {
        "map": "(0020,1208)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "unsignedInt"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanzanzahl"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of instances"
          } ]
        } ]
      },
      "alias": [ "NumberOfStudyRelatedInstances" ],
      "max": "1",
      "id": "ImagingStudy.numberOfInstances",
      "condition": [ "ele-1" ],
      "comment": "32 bit number; for values larger than this, use decimal",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.numberOfInstances"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ref-1",
        "human": "SHALL have a contained resource if a local reference is provided",
        "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Reference",
        "severity": "error",
        "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
      } ],
      "path": "ImagingStudy.procedureReference",
      "min": 0,
      "definition": "Referenz auf die Bildgebungsprozedur",
      "short": "Bildgebungsprozedur",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Referenz auf die Bildgebungsprozedur"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "reference on the imaging procedure"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
        "identity": "rim"
      }, {
        "map": "Event.partOf",
        "identity": "workflow"
      }, {
        "map": ".outboundRelationship[typeCode=COMP].target[classCode=PROC, moodCode=EVN]",
        "identity": "rim"
      }, {
        "map": "(0008,1032)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Procedure" ]
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsprozedur"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "imaging procedure"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "1",
      "id": "ImagingStudy.procedureReference",
      "condition": [ "ele-1" ],
      "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.procedureReference"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.procedureCode",
      "min": 0,
      "definition": "The code for the performed procedure type.",
      "short": "The performed procedure code",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "CE/CNE/CWE",
        "identity": "v2"
      }, {
        "map": "CD",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD",
        "identity": "orim"
      }, {
        "map": "Event.code",
        "identity": "workflow"
      }, {
        "map": ".outboundRelationship[typeCode=COMP].target[classCode=PROC, moodCode=EVN]",
        "identity": "rim"
      }, {
        "map": "(0008,1032)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://www.rsna.org/RadLex_Playbook.aspx",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ImagingProcedureCode"
        } ],
        "description": "The performed procedure type."
      },
      "alias": [ "ProcedureCodeSequence" ],
      "max": "*",
      "id": "ImagingStudy.procedureCode",
      "condition": [ "ele-1" ],
      "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.procedureCode"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ref-1",
        "human": "SHALL have a contained resource if a local reference is provided",
        "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Reference",
        "severity": "error",
        "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
      } ],
      "path": "ImagingStudy.location",
      "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).",
      "min": 0,
      "definition": "The principal physical location where the ImagingStudy was performed.",
      "short": "Where ImagingStudy occurred",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
        "identity": "rim"
      }, {
        "map": "Event.location",
        "identity": "workflow"
      }, {
        "map": "FiveWs.where[x]",
        "identity": "w5"
      }, {
        "map": "EVN.7",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=LOC].role",
        "identity": "rim"
      }, {
        "map": "(0008,1040) | (0040,0243)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Location" ]
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "1",
      "id": "ImagingStudy.location",
      "condition": [ "ele-1" ],
      "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.location"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.reasonCode",
      "min": 0,
      "definition": "Description of clinical condition indicating why the ImagingStudy was requested.",
      "short": "Why the study was requested",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "CE/CNE/CWE",
        "identity": "v2"
      }, {
        "map": "CD",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD",
        "identity": "orim"
      }, {
        "map": "Event.reasonCode",
        "identity": "workflow"
      }, {
        "map": "FiveWs.why[x]",
        "identity": "w5"
      }, {
        "map": ".reasonCode",
        "identity": "rim"
      }, {
        "map": "(0040,1002)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ImagingReason"
        } ],
        "description": "The reason for the study."
      },
      "max": "*",
      "id": "ImagingStudy.reasonCode",
      "condition": [ "ele-1" ],
      "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.reasonCode"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ref-1",
        "human": "SHALL have a contained resource if a local reference is provided",
        "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Reference",
        "severity": "error",
        "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
      } ],
      "path": "ImagingStudy.reasonReference",
      "min": 0,
      "definition": "Referenz auf den Bildgebungsgrund",
      "short": "Bildgebungsgrund",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Referenz auf den Bildgebungsgrund"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "reference on the imaging reason"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
        "identity": "rim"
      }, {
        "map": "Event.reasonReference",
        "identity": "workflow"
      }, {
        "map": "FiveWs.why[x]",
        "identity": "w5"
      }, {
        "map": "EVN.4 or by domain",
        "identity": "v2"
      }, {
        "map": ".outboundRelationship[typeCode=RSON].target",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Condition", "http://hl7.org/fhir/StructureDefinition/Observation", "http://hl7.org/fhir/StructureDefinition/Media", "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", "http://hl7.org/fhir/StructureDefinition/DocumentReference" ]
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsgrund"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "imagingreason"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "*",
      "id": "ImagingStudy.reasonReference",
      "condition": [ "ele-1" ],
      "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.reasonReference"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.note",
      "min": 0,
      "definition": "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.",
      "short": "User-defined comments",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "v2"
      }, {
        "map": "Act",
        "identity": "rim"
      }, {
        "map": "Event.note",
        "identity": "workflow"
      }, {
        "map": "unknown",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Annotation"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "*",
      "id": "ImagingStudy.note",
      "condition": [ "ele-1" ],
      "comment": "For systems that do not have structured annotations, they can simply communicate a single annotation with no author or time.  This element may need to be included in narrative because of the potential for modifying information.  *Annotations SHOULD NOT* be used to communicate \"modifying\" information that could be computable. (This is a SHOULD because enforcing user behavior is nearly impossible).",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.note"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.description",
      "min": 0,
      "definition": "Beschreibung der Studie",
      "short": "Studienbeschreibung",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Beschreibung der Studie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "description of the study"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".text",
        "identity": "rim"
      }, {
        "map": "(0008,1030)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Studienbeschreibung"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "study description"
          } ]
        } ]
      },
      "alias": [ "StudyDescription" ],
      "max": "1",
      "id": "ImagingStudy.description",
      "condition": [ "ele-1" ],
      "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.description"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series",
      "min": 0,
      "definition": "einzelne Bildserie einer Studie",
      "short": "Serienebene",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "einzelne Bildserie einer Studie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "single series in a study"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBSSER, moodCode=EVN]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Serienebene"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "series level"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "*",
      "id": "ImagingStudy.series",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.series"
      },
      "isSummary": true
    }, {
      "path": "ImagingStudy.series.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ImagingStudy.series.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "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.",
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "ordered": false,
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ImagingStudy.series.extension",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "Bildgebungsmodalität CT",
      "short": "Modalität CT",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsmodalität CT"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "Imagingmodality CT"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-modalitaet-ct" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität CT"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality CT"
          } ]
        } ]
      },
      "sliceName": "modalitätCT",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "1",
      "id": "ImagingStudy.series.extension:modalitätCT",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "Bildgebungsmodalität MG, CR und DX",
      "short": "Modalität MG CR DX",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsmodalität MG, CR und DX"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "Imagingmodality MG, CR and DX"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-modalitaet-mg-cr-dx" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität MG CR DX"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality MG CR DX"
          } ]
        } ]
      },
      "sliceName": "modalitätMG_CR_DX",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "1",
      "id": "ImagingStudy.series.extension:modalitätMG_CR_DX",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "Bildgebungsmodalität MR",
      "short": "Modalität MR",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsmodalität MR"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "Imagingmodality MR"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-modalitaet-mr" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität MR"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality MR"
          } ]
        } ]
      },
      "sliceName": "modalitätMR",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "1",
      "id": "ImagingStudy.series.extension:modalitätMR",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "Bildgebungsmodalität PT",
      "short": "Modalität PT",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsmodalität PT"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "Imagingmodality PT"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-modalitaet-pt" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität PT"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality PT"
          } ]
        } ]
      },
      "sliceName": "modalitätPT",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "1",
      "id": "ImagingStudy.series.extension:modalitätPT",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "Bildgebungsmodalität NM",
      "short": "Modalität NM",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsmodalität NM"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "Imagingmodality NM"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-modalitaet-nm" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität NM"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality NM"
          } ]
        } ]
      },
      "sliceName": "modalitätNM",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "1",
      "id": "ImagingStudy.series.extension:modalitätNM",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "Kontrastmittelgabe",
      "short": "Kontrastmittel",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Kontrastmittelgabe"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "application of contrast medication"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-kontrastmittel" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Kontrastmittel"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "contrast medication"
          } ]
        } ]
      },
      "sliceName": "kontrastmittel",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "1",
      "id": "ImagingStudy.series.extension:kontrastmittel",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.modifierExtension",
      "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](extensibility.html#modifierExtension).",
      "min": 0,
      "definition": "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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ImagingStudy.series.modifierExtension",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.uid",
      "requirements": "DICOM Series Instance UID.",
      "min": 1,
      "definition": "UID einer Serie",
      "short": "SerienUID",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "UID einer Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "uid of a series"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".id",
        "identity": "rim"
      }, {
        "map": "(0020,000E)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "id"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "SerienUID"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "series uid"
          } ]
        } ]
      },
      "alias": [ "SeriesInstanceUID" ],
      "max": "1",
      "id": "ImagingStudy.series.uid",
      "condition": [ "ele-1" ],
      "comment": "See [DICOM PS3.3 C.7.3](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.3.html).",
      "example": [ {
        "label": "General",
        "valueId": "2.16.124.113543.6003.2588828330.45298.17418.2723805630"
      } ],
      "base": {
        "max": "1",
        "min": 1,
        "path": "ImagingStudy.series.uid"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.number",
      "min": 0,
      "definition": "Nummer der Serie",
      "short": "Nummer",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Nummer der Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of this series"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".inboundRelationship[type=COMP, source[classCode=COMPOSITION, moodCode=EVN]].sequenceNumber",
        "identity": "rim"
      }, {
        "map": "(0020,0011)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "unsignedInt"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Nummer"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number"
          } ]
        } ]
      },
      "alias": [ "SeriesNumber" ],
      "max": "1",
      "id": "ImagingStudy.series.number",
      "condition": [ "ele-1" ],
      "comment": "32 bit number; for values larger than this, use decimal",
      "example": [ {
        "label": "General",
        "valueUnsignedInt": 3
      } ],
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.series.number"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.modality",
      "min": 1,
      "definition": "Modalität der Serie",
      "short": "Modalität",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität der Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality of this series"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6",
        "identity": "v2"
      }, {
        "map": "CV",
        "identity": "rim"
      }, {
        "map": "fhir:Coding rdfs:subClassOf dt:CDCoding",
        "identity": "orim"
      }, {
        "map": ".code",
        "identity": "rim"
      }, {
        "map": "(0008,0060)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ImagingModality"
        } ],
        "description": "Type of acquired data in the instance."
      },
      "alias": [ "Modality" ],
      "max": "1",
      "id": "ImagingStudy.series.modality",
      "condition": [ "ele-1" ],
      "comment": "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ImagingStudy.series.modality"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.description",
      "min": 0,
      "definition": "Beschreibung der aktuellen Serie",
      "short": "Serienbeschreibung",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Beschreibung der aktuellen Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "description of this series"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".text",
        "identity": "rim"
      }, {
        "map": "(0008,103E)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Serienbeschreibung"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "seriesdescription"
          } ]
        } ]
      },
      "alias": [ "SeriesDescription" ],
      "max": "1",
      "id": "ImagingStudy.series.description",
      "condition": [ "ele-1" ],
      "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size",
      "example": [ {
        "label": "General",
        "valueString": "CT Surview 180"
      } ],
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.series.description"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.numberOfInstances",
      "min": 0,
      "definition": "Anzahl der Instanzen in der aktuellen Serie",
      "short": "Instanzanzahl",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Anzahl der Instanzen in der aktuellen Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of instances in this series"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=DGIMG, moodCode=EVN].repeatNumber",
        "identity": "rim"
      }, {
        "map": "(0020,1209)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "unsignedInt"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanzanzahl"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of instances"
          } ]
        } ]
      },
      "alias": [ "NumberOfSeriesRelatedInstances" ],
      "max": "1",
      "id": "ImagingStudy.series.numberOfInstances",
      "condition": [ "ele-1" ],
      "comment": "32 bit number; for values larger than this, use decimal",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.series.numberOfInstances"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ref-1",
        "human": "SHALL have a contained resource if a local reference is provided",
        "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Reference",
        "severity": "error",
        "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
      } ],
      "path": "ImagingStudy.series.endpoint",
      "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.",
      "min": 0,
      "definition": "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.",
      "short": "Series access endpoint",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
        "identity": "rim"
      }, {
        "map": "Not supported",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Endpoint" ]
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "*",
      "id": "ImagingStudy.series.endpoint",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.series.endpoint"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.bodySite",
      "min": 0,
      "definition": "betrachtete Anatomie der Serie",
      "short": "Anatomie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "betrachtete Anatomie der Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "inspected body site in this series"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6",
        "identity": "v2"
      }, {
        "map": "CV",
        "identity": "rim"
      }, {
        "map": "fhir:Coding rdfs:subClassOf dt:CDCoding",
        "identity": "orim"
      }, {
        "map": ".targetSiteCode",
        "identity": "rim"
      }, {
        "map": "(0018,0015)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Anatomie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "body site"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/body-site",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "BodySite"
        } ],
        "description": "Codes describing anatomical locations. May include laterality."
      },
      "alias": [ "BodyPartExamined" ],
      "max": "1",
      "id": "ImagingStudy.series.bodySite",
      "condition": [ "ele-1" ],
      "comment": "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.series.bodySite"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.laterality",
      "min": 0,
      "definition": "Lateralität der betrachteten Anatomie dieser Serie",
      "short": "Lateralität",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Lateralität der betrachteten Anatomie dieser Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "laterality of the inspected body site in this series"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6",
        "identity": "v2"
      }, {
        "map": "CV",
        "identity": "rim"
      }, {
        "map": "fhir:Coding rdfs:subClassOf dt:CDCoding",
        "identity": "orim"
      }, {
        "map": ".targetSiteCode",
        "identity": "rim"
      }, {
        "map": "(0020,0060)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Lateralität"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "laterality"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_244.html",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Laterality"
        } ],
        "description": "Codes describing body site laterality (left, right, etc.)."
      },
      "max": "1",
      "id": "ImagingStudy.series.laterality",
      "condition": [ "ele-1" ],
      "comment": "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.series.laterality"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ref-1",
        "human": "SHALL have a contained resource if a local reference is provided",
        "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Reference",
        "severity": "error",
        "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
      } ],
      "path": "ImagingStudy.series.specimen",
      "min": 0,
      "definition": "The specimen imaged, e.g., for whole slide imaging of a biopsy.",
      "short": "Specimen imaged",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
        "identity": "rim"
      }, {
        "map": "Role[classCode=SPEC]",
        "identity": "rim"
      }, {
        "map": "(0040,0551) + (0040,0562)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Specimen" ]
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "*",
      "id": "ImagingStudy.series.specimen",
      "condition": [ "ele-1" ],
      "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.series.specimen"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.started",
      "min": 0,
      "definition": "Aufnahmestartzeit der Serie",
      "short": "Startzeit",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Aufnahmestartzeit der Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "start time of this series"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".effectiveTime",
        "identity": "rim"
      }, {
        "map": "(0008,0021) + (0008,0031)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Startzeit"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "startingtime"
          } ]
        } ]
      },
      "max": "1",
      "id": "ImagingStudy.series.started",
      "condition": [ "ele-1" ],
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.series.started"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.performer",
      "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.",
      "min": 0,
      "definition": "Durchführender der Serie. Hier speziell das Gerät",
      "short": "Durchführender",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Durchführender der Serie. Hier speziell das Gerät"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "performer of this series. In this case especially a device"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "Event.performer",
        "identity": "workflow"
      }, {
        "map": ".participation[typeCode=PRF].role",
        "identity": "rim"
      }, {
        "map": "(0008, 1050) | (0008, 1052) | (0008, 1070) | (0008, 1072)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Durchführender"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "performer"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "PerformingPhysicianName", "OperatorName" ],
      "max": "*",
      "id": "ImagingStudy.series.performer",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.series.performer"
      },
      "isSummary": true
    }, {
      "path": "ImagingStudy.series.performer.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ImagingStudy.series.performer.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.performer.extension",
      "min": 0,
      "definition": "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.",
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ImagingStudy.series.performer.extension",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.performer.modifierExtension",
      "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](extensibility.html#modifierExtension).",
      "min": 0,
      "definition": "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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ImagingStudy.series.performer.modifierExtension",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.performer.function",
      "requirements": "Allows disambiguation of the types of involvement of different performers.",
      "min": 0,
      "definition": "Distinguishes the type of involvement of the performer in the series.",
      "short": "Type of performance",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "CE/CNE/CWE",
        "identity": "v2"
      }, {
        "map": "CD",
        "identity": "rim"
      }, {
        "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD",
        "identity": "orim"
      }, {
        "map": ".participation[typeCode=PRF].role",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/series-performer-function",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "EventPerformerFunction"
        } ],
        "description": "The type of involvement of the performer."
      },
      "max": "1",
      "id": "ImagingStudy.series.performer.function",
      "condition": [ "ele-1" ],
      "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.series.performer.function"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ref-1",
        "human": "SHALL have a contained resource if a local reference is provided",
        "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Reference",
        "severity": "error",
        "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))"
      } ],
      "path": "ImagingStudy.series.performer.actor",
      "min": 1,
      "definition": "Indicates who or what performed the series.",
      "short": "Who performed the series",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)",
        "identity": "rim"
      }, {
        "map": "FiveWs.actor",
        "identity": "w5"
      }, {
        "map": "EVN.5 or by domain",
        "identity": "v2"
      }, {
        "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-geraet" ]
      } ],
      "mustSupport": true,
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "1",
      "id": "ImagingStudy.series.performer.actor",
      "condition": [ "ele-1" ],
      "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ImagingStudy.series.performer.actor"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.instance",
      "min": 0,
      "definition": "Instanzebene der Serie",
      "short": "Instanzebene",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanzebene der Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "instance level of this series"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".outboundRelationship[typeCode=COMP].target[classCode=DGIMG, moodCode=EVN]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanzebene"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "instancelevel"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "max": "*",
      "id": "ImagingStudy.series.instance",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "ImagingStudy.series.instance"
      }
    }, {
      "path": "ImagingStudy.series.instance.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ImagingStudy.series.instance.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.instance.extension",
      "min": 0,
      "definition": "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.",
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "ordered": false,
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ImagingStudy.series.instance.extension",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.instance.extension",
      "min": 0,
      "definition": "Details der jeweilige Instanz",
      "short": "Instanzdetails",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Details der jeweilige Instanz"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "details of the current instance"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-instanz-details" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanzdetails"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "instance details"
          } ]
        } ]
      },
      "sliceName": "InstanceDetails",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "1",
      "id": "ImagingStudy.series.instance.extension:InstanceDetails",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ImagingStudy.series.instance.modifierExtension",
      "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](extensibility.html#modifierExtension).",
      "min": 0,
      "definition": "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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ImagingStudy.series.instance.modifierExtension",
      "condition": [ "ele-1" ],
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.instance.uid",
      "requirements": "DICOM SOP Instance UID.",
      "min": 1,
      "definition": "SOP Instanz UID",
      "short": "Instanz UID",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "SOP Instanz UID"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "sop instance uid"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".id",
        "identity": "rim"
      }, {
        "map": "(0008,0018)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "id"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanz UID"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "instance uid"
          } ]
        } ]
      },
      "alias": [ "SOPInstanceUID" ],
      "max": "1",
      "id": "ImagingStudy.series.instance.uid",
      "condition": [ "ele-1" ],
      "comment": "See  [DICOM PS3.3 C.12.1](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.12.html#sect_C.12.1).",
      "example": [ {
        "label": "General",
        "valueId": "2.16.124.113543.6003.189642796.63084.16748.2599092903"
      } ],
      "base": {
        "max": "1",
        "min": 1,
        "path": "ImagingStudy.series.instance.uid"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.instance.sopClass",
      "min": 1,
      "definition": "SOP Klasse",
      "short": "SOP Klasse",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "SOP Klasse"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "sop class"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6",
        "identity": "v2"
      }, {
        "map": "CV",
        "identity": "rim"
      }, {
        "map": "fhir:Coding rdfs:subClassOf dt:CDCoding",
        "identity": "orim"
      }, {
        "map": ".inboundRelationship[typeCode=COMP]. source[classCode=OBS, moodCode=EVN, code=\"sop class\"].value",
        "identity": "rim"
      }, {
        "map": "(0008,0016)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "SOP Klasse"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "sop class"
          } ]
        } ]
      },
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
        "valueCode": "normative"
      }, {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
        "valueCode": "4.0.0"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "sopClass"
        } ],
        "description": "The sopClass for the instance."
      },
      "alias": [ "SOPClassUID" ],
      "max": "1",
      "id": "ImagingStudy.series.instance.sopClass",
      "condition": [ "ele-1" ],
      "comment": "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ImagingStudy.series.instance.sopClass"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.instance.number",
      "min": 0,
      "definition": "Nummer der aktuellen Instanz",
      "short": "Instanznummer",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Nummer der aktuellen Instanz"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of this instance"
          } ]
        } ]
      },
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".inboundRelationship[typeCode=COMP, source[classCode=OBSSER, moodCode=EVN]].sequenceNumber",
        "identity": "rim"
      }, {
        "map": "(0020,0013)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "unsignedInt"
      } ],
      "mustSupport": true,
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanznummer"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "instancenumber"
          } ]
        } ]
      },
      "alias": [ "InstanceNumber" ],
      "max": "1",
      "id": "ImagingStudy.series.instance.number",
      "condition": [ "ele-1" ],
      "comment": "32 bit number; for values larger than this, use decimal",
      "example": [ {
        "label": "General",
        "valueUnsignedInt": 1
      } ],
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.series.instance.number"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ImagingStudy.series.instance.title",
      "min": 0,
      "definition": "The description of the instance.",
      "short": "Description of instance",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": ".title",
        "identity": "rim"
      }, {
        "map": "(0008,0008) | (0007,0080) | (0040,A043) + (0008,0104) | (0042,0010)",
        "identity": "dicom"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ImagingStudy.series.instance.title",
      "condition": [ "ele-1" ],
      "comment": "Particularly for post-acquisition analytic objects, such as SR, presentation states, value mapping, etc.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ImagingStudy.series.instance.title"
      }
    } ]
  },
  "status": "active",
  "id": "be337cd7-e06e-484f-b8b2-3e01bc8223c9",
  "kind": "resource",
  "_name": {
    "extension": [ {
      "url": "http://hl7.org/fhir/StructureDefinition/translation",
      "extension": [ {
        "url": "lang",
        "valueCode": "en-US"
      }, {
        "url": "content",
        "valueString": "MII_PR_Imaging_Imaging_Study"
      } ]
    } ]
  },
  "url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-bildgebungsstudie",
  "_title": {
    "extension": [ {
      "url": "http://hl7.org/fhir/StructureDefinition/translation",
      "extension": [ {
        "url": "lang",
        "valueCode": "en-US"
      }, {
        "url": "content",
        "valueString": "MII PR Imaging Imaging Study"
      } ]
    } ]
  },
  "version": "2025.0.0",
  "differential": {
    "element": [ {
      "id": "ImagingStudy.id",
      "path": "ImagingStudy.id",
      "mustSupport": true
    }, {
      "id": "ImagingStudy.meta",
      "path": "ImagingStudy.meta",
      "mustSupport": true
    }, {
      "id": "ImagingStudy.meta.source",
      "path": "ImagingStudy.meta.source",
      "mustSupport": true
    }, {
      "id": "ImagingStudy.meta.profile",
      "path": "ImagingStudy.meta.profile",
      "mustSupport": true
    }, {
      "id": "ImagingStudy.extension",
      "path": "ImagingStudy.extension",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "path": "ImagingStudy.extension",
      "min": 0,
      "definition": "Bildgebungsgrund aus DICOM-Header",
      "short": "Bildgebungsgrund",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsgrund aus DICOM-Header"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "reason for imaging from the DICOM-Header"
          } ]
        } ]
      },
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-bildgebungsgrund" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsgrund"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "imaging reason"
          } ]
        } ]
      },
      "sliceName": "bildgebungsgrund",
      "max": "1",
      "id": "ImagingStudy.extension:bildgebungsgrund"
    }, {
      "id": "ImagingStudy.status",
      "path": "ImagingStudy.status",
      "short": "Status",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Status"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "status"
          } ]
        } ]
      },
      "definition": "Angemeldet | Verfügbar | Abgebrochen | fehlerhafte Eingabe | Unbekannt",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Angemeldet | Verfügbar | Abgebrochen | fehlerhafte Eingabe | Unbekannt"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "registered | available | cancelled | entered-in-error | unknown"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.modality",
      "path": "ImagingStudy.modality",
      "short": "Modalität",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality"
          } ]
        } ]
      },
      "binding": {
        "strength": "required",
        "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html"
      },
      "definition": "Modalität der Studie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität der Studie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality of the study"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.subject",
      "path": "ImagingStudy.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
      } ],
      "short": "Person",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Person"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "person"
          } ]
        } ]
      },
      "definition": "Person, auf die sich die Studie bezieht",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Person, auf die sich die Studie bezieht"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "person, which this study is about"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.encounter",
      "path": "ImagingStudy.encounter",
      "short": "Versorgungsstellenkontakt",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Versorgungsstellenkontakt"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "encounter"
          } ]
        } ]
      },
      "definition": "Referenz auf eine Fall-Ressource",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Referenz auf eine Fall-Ressource"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "reference on the encounter-ressource"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.started",
      "path": "ImagingStudy.started",
      "short": "Startzeit",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Startzeit"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "starttime"
          } ]
        } ]
      },
      "definition": "Startzeit der Studie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Startzeit der Studie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "starttime of the study"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.basedOn",
      "path": "ImagingStudy.basedOn",
      "short": "Basiert auf",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Basiert auf"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "based on"
          } ]
        } ]
      },
      "definition": "Basiert auf einer Anforderung",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Basiert auf einer Anforderung"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "based on a service request"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.endpoint",
      "path": "ImagingStudy.endpoint",
      "short": "Endpunkt",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Endpunkt"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "endpoint"
          } ]
        } ]
      },
      "definition": "DICOM-Endpunkt",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "DICOM-Endpunkt"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "DICOM endpoint"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.numberOfSeries",
      "path": "ImagingStudy.numberOfSeries",
      "short": "Serienanzahl",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Serienanzahl"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of series"
          } ]
        } ]
      },
      "definition": "Anzahl der Serien in der Studie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Anzahl der Serien in der Studie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of series in the study"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.numberOfInstances",
      "path": "ImagingStudy.numberOfInstances",
      "short": "Instanzanzahl",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanzanzahl"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of instances"
          } ]
        } ]
      },
      "definition": "Anzahl der Instanzen in der Studie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Anzahl der Instanzen in der Studie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of instances in the study"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.procedureReference",
      "path": "ImagingStudy.procedureReference",
      "short": "Bildgebungsprozedur",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsprozedur"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "imaging procedure"
          } ]
        } ]
      },
      "definition": "Referenz auf die Bildgebungsprozedur",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Referenz auf die Bildgebungsprozedur"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "reference on the imaging procedure"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.reasonReference",
      "path": "ImagingStudy.reasonReference",
      "short": "Bildgebungsgrund",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsgrund"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "imagingreason"
          } ]
        } ]
      },
      "definition": "Referenz auf den Bildgebungsgrund",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Referenz auf den Bildgebungsgrund"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "reference on the imaging reason"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.description",
      "path": "ImagingStudy.description",
      "short": "Studienbeschreibung",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Studienbeschreibung"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "study description"
          } ]
        } ]
      },
      "definition": "Beschreibung der Studie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Beschreibung der Studie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "description of the study"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series",
      "path": "ImagingStudy.series",
      "short": "Serienebene",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Serienebene"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "series level"
          } ]
        } ]
      },
      "definition": "einzelne Bildserie einer Studie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "einzelne Bildserie einer Studie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "single series in a study"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.extension",
      "path": "ImagingStudy.series.extension",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "Bildgebungsmodalität CT",
      "short": "Modalität CT",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsmodalität CT"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "Imagingmodality CT"
          } ]
        } ]
      },
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-modalitaet-ct" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität CT"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality CT"
          } ]
        } ]
      },
      "sliceName": "modalitätCT",
      "max": "1",
      "id": "ImagingStudy.series.extension:modalitätCT"
    }, {
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "Bildgebungsmodalität MG, CR und DX",
      "short": "Modalität MG CR DX",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsmodalität MG, CR und DX"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "Imagingmodality MG, CR and DX"
          } ]
        } ]
      },
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-modalitaet-mg-cr-dx" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität MG CR DX"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality MG CR DX"
          } ]
        } ]
      },
      "sliceName": "modalitätMG_CR_DX",
      "max": "1",
      "id": "ImagingStudy.series.extension:modalitätMG_CR_DX"
    }, {
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "Bildgebungsmodalität MR",
      "short": "Modalität MR",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsmodalität MR"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "Imagingmodality MR"
          } ]
        } ]
      },
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-modalitaet-mr" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität MR"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality MR"
          } ]
        } ]
      },
      "sliceName": "modalitätMR",
      "max": "1",
      "id": "ImagingStudy.series.extension:modalitätMR"
    }, {
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "Bildgebungsmodalität PT",
      "short": "Modalität PT",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsmodalität PT"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "Imagingmodality PT"
          } ]
        } ]
      },
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-modalitaet-pt" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität PT"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality PT"
          } ]
        } ]
      },
      "sliceName": "modalitätPT",
      "max": "1",
      "id": "ImagingStudy.series.extension:modalitätPT"
    }, {
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "Bildgebungsmodalität NM",
      "short": "Modalität NM",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Bildgebungsmodalität NM"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "Imagingmodality NM"
          } ]
        } ]
      },
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-modalitaet-nm" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität NM"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality NM"
          } ]
        } ]
      },
      "sliceName": "modalitätNM",
      "max": "1",
      "id": "ImagingStudy.series.extension:modalitätNM"
    }, {
      "path": "ImagingStudy.series.extension",
      "min": 0,
      "definition": "Kontrastmittelgabe",
      "short": "Kontrastmittel",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Kontrastmittelgabe"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "application of contrast medication"
          } ]
        } ]
      },
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-kontrastmittel" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Kontrastmittel"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "contrast medication"
          } ]
        } ]
      },
      "sliceName": "kontrastmittel",
      "max": "1",
      "id": "ImagingStudy.series.extension:kontrastmittel"
    }, {
      "id": "ImagingStudy.series.uid",
      "path": "ImagingStudy.series.uid",
      "short": "SerienUID",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "SerienUID"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "series uid"
          } ]
        } ]
      },
      "definition": "UID einer Serie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "UID einer Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "uid of a series"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.number",
      "path": "ImagingStudy.series.number",
      "short": "Nummer",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Nummer"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number"
          } ]
        } ]
      },
      "definition": "Nummer der Serie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Nummer der Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of this series"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.modality",
      "path": "ImagingStudy.series.modality",
      "short": "Modalität",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality"
          } ]
        } ]
      },
      "binding": {
        "strength": "required",
        "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html"
      },
      "definition": "Modalität der Serie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Modalität der Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "modality of this series"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.description",
      "path": "ImagingStudy.series.description",
      "short": "Serienbeschreibung",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Serienbeschreibung"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "seriesdescription"
          } ]
        } ]
      },
      "definition": "Beschreibung der aktuellen Serie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Beschreibung der aktuellen Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "description of this series"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.numberOfInstances",
      "path": "ImagingStudy.series.numberOfInstances",
      "short": "Instanzanzahl",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanzanzahl"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of instances"
          } ]
        } ]
      },
      "definition": "Anzahl der Instanzen in der aktuellen Serie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Anzahl der Instanzen in der aktuellen Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of instances in this series"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.bodySite",
      "path": "ImagingStudy.series.bodySite",
      "short": "Anatomie",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Anatomie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "body site"
          } ]
        } ]
      },
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/body-site"
      },
      "definition": "betrachtete Anatomie der Serie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "betrachtete Anatomie der Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "inspected body site in this series"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.laterality",
      "path": "ImagingStudy.series.laterality",
      "short": "Lateralität",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Lateralität"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "laterality"
          } ]
        } ]
      },
      "binding": {
        "strength": "required",
        "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_244.html"
      },
      "definition": "Lateralität der betrachteten Anatomie dieser Serie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Lateralität der betrachteten Anatomie dieser Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "laterality of the inspected body site in this series"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.started",
      "path": "ImagingStudy.series.started",
      "short": "Startzeit",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Startzeit"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "startingtime"
          } ]
        } ]
      },
      "definition": "Aufnahmestartzeit der Serie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Aufnahmestartzeit der Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "start time of this series"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.performer",
      "path": "ImagingStudy.series.performer",
      "short": "Durchführender",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Durchführender"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "performer"
          } ]
        } ]
      },
      "definition": "Durchführender der Serie. Hier speziell das Gerät",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Durchführender der Serie. Hier speziell das Gerät"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "performer of this series. In this case especially a device"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.performer.actor",
      "path": "ImagingStudy.series.performer.actor",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-pr-bildgebung-geraet" ]
      } ],
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.instance",
      "path": "ImagingStudy.series.instance",
      "short": "Instanzebene",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanzebene"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "instancelevel"
          } ]
        } ]
      },
      "definition": "Instanzebene der Serie",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanzebene der Serie"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "instance level of this series"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.instance.extension",
      "path": "ImagingStudy.series.instance.extension",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "path": "ImagingStudy.series.instance.extension",
      "min": 0,
      "definition": "Details der jeweilige Instanz",
      "short": "Instanzdetails",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Details der jeweilige Instanz"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "details of the current instance"
          } ]
        } ]
      },
      "type": [ {
        "code": "Extension",
        "profile": [ "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-instanz-details" ]
      } ],
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanzdetails"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "instance details"
          } ]
        } ]
      },
      "sliceName": "InstanceDetails",
      "max": "1",
      "id": "ImagingStudy.series.instance.extension:InstanceDetails"
    }, {
      "id": "ImagingStudy.series.instance.uid",
      "path": "ImagingStudy.series.instance.uid",
      "short": "Instanz UID",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanz UID"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "instance uid"
          } ]
        } ]
      },
      "definition": "SOP Instanz UID",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "SOP Instanz UID"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "sop instance uid"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.instance.sopClass",
      "path": "ImagingStudy.series.instance.sopClass",
      "short": "SOP Klasse",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "SOP Klasse"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "sop class"
          } ]
        } ]
      },
      "binding": {
        "strength": "required",
        "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html"
      },
      "definition": "SOP Klasse",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "SOP Klasse"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "sop class"
          } ]
        } ]
      },
      "mustSupport": true
    }, {
      "id": "ImagingStudy.series.instance.number",
      "path": "ImagingStudy.series.instance.number",
      "short": "Instanznummer",
      "_short": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Instanznummer"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "instancenumber"
          } ]
        } ]
      },
      "definition": "Nummer der aktuellen Instanz",
      "_definition": {
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "de-DE"
          }, {
            "url": "content",
            "valueString": "Nummer der aktuellen Instanz"
          } ]
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/translation",
          "extension": [ {
            "url": "lang",
            "valueCode": "en-US"
          }, {
            "url": "content",
            "valueString": "number of this instance"
          } ]
        } ]
      },
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "https://www.medizininformatik-initiative.de",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ImagingStudy"
}