{
  "resourceType": "StructureDefinition",
  "id": "SequencingDevice",
  "url": "https://demis.rki.de/fhir/igs/StructureDefinition/SequencingDevice",
  "version": "2.0.2",
  "name": "SequencingDevice",
  "title": "Sequenziergerät",
  "status": "active",
  "date": "2025-11-04",
  "publisher": "Robert Koch-Institut",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "demis-support@rki.de"
        }
      ]
    }
  ],
  "description": "Das Sequenziergerät umfasst die Angabe des Namens des Sequenziergerätes, sowie die Sequenzierungsplattform auf die die Sequenz hochgeladen wurde oder beabsichtigt wird, hochgeladen zu werden.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "version": "ALPHA-2",
          "code": "DE"
        }
      ]
    }
  ],
  "copyright": "Copyright (C) 2021-2025 Robert Koch-Institut",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.meta",
        "path": "Device.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Device.meta.profile",
        "path": "Device.meta.profile",
        "min": 1,
        "max": "1",
        "patternCanonical": "https://demis.rki.de/fhir/igs/StructureDefinition/SequencingDevice",
        "mustSupport": true
      },
      {
        "id": "Device.deviceName",
        "path": "Device.deviceName",
        "short": "Sequenzierungsgerät",
        "definition": "Das Sequenzierungsgerät, das für die Sequenzierung der Probe verwendet wurde. Der jeweils zutreffende Name des Sequenzierungsgerätes ist aus dem vom RKI definierten ValueSet https://demis.rki.de/fhir/igs/ValueSet/instrument zu entnehmen.",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://demis.rki.de/fhir/igs/ValueSet/instrument"
        }
      },
      {
        "id": "Device.deviceName.name",
        "path": "Device.deviceName.name",
        "mustSupport": true
      },
      {
        "id": "Device.deviceName.type",
        "path": "Device.deviceName.type",
        "mustSupport": true
      },
      {
        "id": "Device.type",
        "path": "Device.type",
        "short": "Sequenzierungsplattform",
        "definition": "Die Sequenzierungsplattform auf die die Sequenz hochgeladen wurde oder beabsichtigt wird, hochgeladen zu werden.\nDie jeweils zutreffende Plattform ist aus dem vom RKI definierten ValueSet https://demis.rki.de/fhir/igs/ValueSet/sequencingPlatform zu entnehmen und im coding-Element anzugeben.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Device.type.coding",
        "path": "Device.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://demis.rki.de/fhir/igs/ValueSet/sequencingPlatform"
        }
      },
      {
        "id": "Device.type.coding.system",
        "path": "Device.type.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Device.type.coding.code",
        "path": "Device.type.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Device.note",
        "path": "Device.note",
        "mustSupport": true
      },
      {
        "id": "Device.note.text",
        "path": "Device.note.text",
        "mustSupport": true
      }
    ]
  }
}