PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.imaging@1.0.0-ballot
    http://hl7.eu/fhir/imaging/StructureDefinition/StudyInstanceUidIdentifierEuImaging
description: This profile on Identifier represents the Study Instance UID (0020,000D) for the Imaging Order.
package_name: hl7.fhir.eu.imaging
derivation: constraint
name: StudyInstanceUidIdentifierEuImaging
type: Identifier
elements:
  type:
    index: 0
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: $this, type: value}
          min: 1
          slices:
            dcm:
              match: {code: '110180', system: 'http://dicom.nema.org/resources/ontology/DCM', display: Study Instance UID}
              schema:
                pattern:
                  type: Coding
                  value: {code: '110180', system: 'http://dicom.nema.org/resources/ontology/DCM', display: Study Instance UID}
                _required: true
                index: 2
              min: 1
              max: 1
    required: [coding]
  system:
    pattern: {type: Uri, value: 'urn:dicom:uid'}
    index: 3
  value: {index: 4}
package_version: 1.0.0-ballot
class: complex-type
kind: complex-type
url: http://hl7.eu/fhir/imaging/StructureDefinition/StudyInstanceUidIdentifierEuImaging
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 1.0.0-ballot
required: [value, type]