PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.radiation-dose-summary@1.0.0
    http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/modality-device
description: Modality profiling as a Device resource
package_name: hl7.fhir.uv.radiation-dose-summary
derivation: constraint
name: ModalityDevice
type: Device
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      ordered: false
      description: Identifiers for the radiation dose
      discriminator:
      - {path: type, type: pattern}
      min: 1
      slices:
        deviceSerialNumber:
          match:
            type:
              coding:
              - {code: SNO, system: 'http://terminology.hl7.org/CodeSystem/v2-0203', display: Serial Number}
          schema:
            short: Describes the Device Serial Number, related to tag(0018,1000) Device Serial Number
            mustSupport: true
            index: 1
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: SNO, system: 'http://terminology.hl7.org/CodeSystem/v2-0203', display: Serial Number}
                index: 2
              value: {index: 3}
            required: [value, type]
        aeTitle:
          match:
            type:
              coding:
              - {code: application-entity, system: 'http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type', display: Application Entity}
          schema:
            short: Describes the AETitle of the modality irradiating the patient
            mustSupport: true
            _required: true
            index: 4
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: application-entity, system: 'http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type', display: Application Entity}
                index: 5
              value: {index: 6}
            required: [value, type]
        deviceUID:
          match:
            type:
              coding:
              - {code: device-uid, system: 'http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type', display: Device UID}
          schema:
            short: Describes the Device UID, related to tag(0018,1002) Device UID
            mustSupport: true
            index: 7
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: device-uid, system: 'http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type', display: Device UID}
                index: 8
              system:
                pattern: {type: Uri, value: 'urn:dicom:uid'}
                index: 9
              value: {index: 10}
            required: [value, type]
        deviceID:
          match:
            type:
              coding:
              - {code: device-id, system: 'http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type', display: Device ID}
          schema:
            short: Describes the Device ID, related to tag((0018,1003) Device ID
            mustSupport: true
            index: 11
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: device-id, system: 'http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type', display: Device ID}
                index: 12
              value: {index: 13}
            required: [value, type]
  manufacturer: {short: 'The manufacturer of the modality, related to tag(0008,0070) manufacturer', mustSupport: true, index: 14}
  serialNumber: {short: 'The serial number of the modality, which is the Device Serial Number', mustSupport: true, index: 15}
  deviceName:
    index: 16
    slicing:
      rules: open
      description: Name of the device
      discriminator:
      - {path: type, type: value}
      min: null
      slices:
        manufacturer:
          match: {type: manufacturer-name}
          schema:
            short: The manufacturer of the modality
            mustSupport: true
            index: 17
            elements:
              type:
                pattern: {type: Code, value: manufacturer-name}
                index: 18
        manufacturerModelName:
          match: {type: model-name}
          schema:
            short: The model name of the modality
            mustSupport: true
            index: 19
            elements:
              type:
                pattern: {type: Code, value: model-name}
                index: 20
  type:
    short: Describes the main modality type (CT, MG, etc.)
    binding: {strength: required, valueSet: 'http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html|2025.2.20250411'}
    mustSupport: true
    index: 21
  version: {short: 'Describes the Software Versions of the device, related to tag(0018,1020) Software Versions', index: 22}
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/modality-device
base: http://hl7.org/fhir/StructureDefinition/Device
version: 1.0.0
required: [identifier, type]