PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.imaging-r5@0.1.0-ballot
    http://hl7.eu/fhir/imaging-r5/StructureDefinition/im-study-instance-uid-identifier
description: This profile on Identifier represents the Study Instance UID (0020,000D) for the Imaging Order.
package_name: hl7.fhir.eu.imaging-r5
derivation: constraint
name: ImStudyInstanceUidIdentifier
type: Identifier
elements:
  type:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 0020000D, system: 'http://hl7.eu/fhir/imaging-r5/CodeSystem/codesystem-missing-dicom-terminology', display: Study Instance UID}
    type: CodeableConcept
    index: 0
  system:
    pattern: {type: uri, value: 'urn:dicom:uid'}
    type: uri
    index: 1
  value: {index: 2}
package_version: 0.1.0-ballot
class: complex-type
kind: complex-type
url: http://hl7.eu/fhir/imaging-r5/StructureDefinition/im-study-instance-uid-identifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 0.1.0-ballot
required: [value]