PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.imaging-r5@0.1.0-ballot
    http://hl7.eu/fhir/imaging-r5/StructureDefinition/im-sop-instance-uid-identifier
description: This profile on Identifier represents the SOP Class UID (0008,0018) for the Imaging Order.
package_name: hl7.fhir.eu.imaging-r5
derivation: constraint
name: ImSopInstanceUidIdentifier
type: Identifier
elements:
  type:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '00080018', system: 'http://hl7.eu/fhir/imaging-r5/CodeSystem/codesystem-missing-dicom-terminology', display: SOP 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-sop-instance-uid-identifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 0.1.0-ballot
required: [type, value]