FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/algorithm-device

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeStructureDefinition
Idalgorithm-device
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.medizininformatikinitiative.use-case.omi@0.3.19&canonical=http://omi.de/fhir/registry/StructureDefinition/algorithm-device
URLhttp://omi.de/fhir/registry/StructureDefinition/algorithm-device
Version0.3.19
Statusactive
Date2024-12-11
NameOmiDevice
TitleAlgorithm
Realmde
DescriptionProfile of Device for the OMI context.
TypeDevice
Kindresource

Resources that use this resource

CapabilityStatement
OMIRegistryCapabilityStatementOMI Registry Capability Statement
StructureDefinition
RegisterNewServiceInputParameterRegisterNewServiceInputParameter
UpdateServiceInputParameterUpdateServiceInputParameter
boa-report-compositionBOA OMI Report Composition
omi-document-referenceOMI document reference
service-to-algorithm-link-extensionAlgorithm to Service Link Extension

Resources that this resource uses

StructureDefinition
AlgorithmSymbolExtensionAlgorithmSymbolExtension
DeviceNoteTypeExtensionDeviceNoteTypeExtension
deidentification-extensionAlgorithm Deidentification Parameters Extension
doi-extensionDOI extension
input-parameter-extensionService Input Parameter Extension
mrt-resolution-requirement-extensionMRT resolution requirement extension
omi-organizationOrganization
output-parameter-extensionService Output Parameter Extension
software-license-extensionSoftware License Extension
ValueSet
sect_CID_33.htmlModality
sect_CID_6312.htmlCrosssectionalScanPlaneOrientation
ai-service-type-valuesetValueSet AI Service Type
maturity-level-valuesetValueSet Maturity Level

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "algorithm-device",
  "url": "http://omi.de/fhir/registry/StructureDefinition/algorithm-device",
  "version": "0.3.19",
  "name": "OmiDevice",
  "title": "Algorithm",
  "status": "active",
  "date": "2024-12-11",
  "publisher": "MOLIT gGmbH",
  "description": "Profile of Device for the OMI context.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.extension",
        "path": "Device.extension",
        "mustSupport": true
      },
      {
        "id": "Device.extension:inputParameters",
        "path": "Device.extension",
        "sliceName": "inputParameters",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://omi.de/fhir/registry/StructureDefinition/input-parameter-extension"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.extension:outputParameters",
        "path": "Device.extension",
        "sliceName": "outputParameters",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://omi.de/fhir/registry/StructureDefinition/output-parameter-extension"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.extension:doiExtension",
        "path": "Device.extension",
        "sliceName": "doiExtension",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://omi.de/fhir/registry/StructureDefinition/doi-extension"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.extension:resolutionRequirementExtension",
        "path": "Device.extension",
        "sliceName": "resolutionRequirementExtension",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://omi.de/fhir/registry/StructureDefinition/mrt-resolution-requirement-extension"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.extension:algorithmSymbolExtension",
        "path": "Device.extension",
        "sliceName": "algorithmSymbolExtension",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://omi.de/fhir/registry/StructureDefinition/AlgorithmSymbolExtension"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.extension:deidentificationParameters",
        "path": "Device.extension",
        "sliceName": "deidentificationParameters",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://omi.de/fhir/registry/StructureDefinition/deidentification-extension"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.extension:softwareLicenseExtension",
        "path": "Device.extension",
        "sliceName": "softwareLicenseExtension",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://omi.de/fhir/registry/StructureDefinition/software-license-extension"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.identifier",
        "path": "Device.identifier",
        "patternIdentifier": {
          "system": "http://omi.de/fhir/registry/sid/device"
        },
        "mustSupport": true
      },
      {
        "id": "Device.identifier.system",
        "path": "Device.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Device.identifier.value",
        "path": "Device.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Device.status",
        "path": "Device.status",
        "short": "Is this algorithm still available",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Device.manufactureDate",
        "path": "Device.manufactureDate",
        "mustSupport": true
      },
      {
        "id": "Device.deviceName",
        "path": "Device.deviceName",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "type"
            }
          ],
          "rules": "open"
        },
        "min": 2,
        "mustSupport": true
      },
      {
        "id": "Device.deviceName:user-friendly-name",
        "path": "Device.deviceName",
        "sliceName": "user-friendly-name",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Device.deviceName:user-friendly-name.type",
        "path": "Device.deviceName.type",
        "patternCode": "user-friendly-name"
      },
      {
        "id": "Device.deviceName:model-name",
        "path": "Device.deviceName",
        "sliceName": "model-name",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Device.deviceName:model-name.type",
        "path": "Device.deviceName.type",
        "patternCode": "model-name"
      },
      {
        "id": "Device.property",
        "path": "Device.property",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "type"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Device.property.type",
        "path": "Device.property.type",
        "mustSupport": true
      },
      {
        "id": "Device.property.valueCode",
        "path": "Device.property.valueCode",
        "mustSupport": true
      },
      {
        "id": "Device.property:maturityLevel",
        "path": "Device.property",
        "sliceName": "maturityLevel",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Device.property:maturityLevel.type",
        "path": "Device.property.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "246102003",
              "system": "http://snomed.info/sct"
            }
          ]
        }
      },
      {
        "id": "Device.property:maturityLevel.valueCode",
        "path": "Device.property.valueCode",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://omi.de/fhir/registry/ValueSet/maturity-level-valueset"
        }
      },
      {
        "id": "Device.property:supportedModality",
        "path": "Device.property",
        "sliceName": "supportedModality",
        "min": 0,
        "max": "*",
        "mustSupport": true
      },
      {
        "id": "Device.property:supportedModality.type",
        "path": "Device.property.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "360037004",
              "system": "http://snomed.info/sct"
            }
          ]
        }
      },
      {
        "id": "Device.property:supportedModality.valueCode",
        "path": "Device.property.valueCode",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html"
        }
      },
      {
        "id": "Device.property:supportedLaterality",
        "path": "Device.property",
        "sliceName": "supportedLaterality",
        "min": 0,
        "max": "*",
        "mustSupport": true
      },
      {
        "id": "Device.property:supportedLaterality.type",
        "path": "Device.property.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "272741003",
              "system": "http://snomed.info/sct"
            }
          ]
        }
      },
      {
        "id": "Device.property:supportedLaterality.valueCode",
        "path": "Device.property.valueCode",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "https://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_244.html"
        }
      },
      {
        "id": "Device.property:imageReconstructionPlane",
        "path": "Device.property",
        "sliceName": "imageReconstructionPlane",
        "min": 0,
        "max": "*",
        "mustSupport": true
      },
      {
        "id": "Device.property:imageReconstructionPlane.type",
        "path": "Device.property.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "260225008",
              "system": "http://snomed.info/sct"
            }
          ]
        }
      },
      {
        "id": "Device.property:imageReconstructionPlane.valueCode",
        "path": "Device.property.valueCode",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_6312.html"
        }
      },
      {
        "id": "Device.property:supportedBodySite",
        "path": "Device.property",
        "sliceName": "supportedBodySite",
        "min": 0,
        "max": "*",
        "mustSupport": true
      },
      {
        "id": "Device.property:supportedBodySite.type",
        "path": "Device.property.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "123037004",
              "system": "http://snomed.info/sct"
            }
          ]
        }
      },
      {
        "id": "Device.property:supportedBodySite.valueCode",
        "path": "Device.property.valueCode",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/body-site"
        }
      },
      {
        "id": "Device.property:AIServiceType",
        "path": "Device.property",
        "sliceName": "AIServiceType",
        "min": 0,
        "max": "*",
        "mustSupport": true
      },
      {
        "id": "Device.property:AIServiceType.type",
        "path": "Device.property.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "410656007",
              "system": "http://snomed.info/sct"
            }
          ]
        }
      },
      {
        "id": "Device.property:AIServiceType.valueCode",
        "path": "Device.property.valueCode",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://omi.de/fhir/registry/ValueSet/ai-service-type-valueset"
        }
      },
      {
        "id": "Device.owner",
        "path": "Device.owner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://omi.de/fhir/registry/StructureDefinition/omi-organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.contact",
        "path": "Device.contact",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Device.contact.system",
        "path": "Device.contact.system",
        "patternCode": "email",
        "mustSupport": true
      },
      {
        "id": "Device.contact.value",
        "path": "Device.contact.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Device.note",
        "path": "Device.note",
        "mustSupport": true
      },
      {
        "id": "Device.note.extension:deviceNoteTypeExtension",
        "path": "Device.note.extension",
        "sliceName": "deviceNoteTypeExtension",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://omi.de/fhir/registry/StructureDefinition/DeviceNoteTypeExtension"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.note.text",
        "path": "Device.note.text",
        "mustSupport": true
      }
    ]
  }
}