FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.kardiologie
Resource TypeStructureDefinition
IdStructureDefinition-mii-pr-kardio-device.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.medizininformatikinitiative.kerndatensatz.kardiologie@2026.0.0-alpha.2&canonical=https://www.medizininformatik-initiative.de/fhir/ext/modul-kardio/StructureDefinition/mii-pr-kardio-device
URLhttps://www.medizininformatik-initiative.de/fhir/ext/modul-kardio/StructureDefinition/mii-pr-kardio-device
Version2026.0.0-alpha.1
Statusactive
Date2025-12-10
NameMII_PR_Kardio_Device
TitleMII PR Kardio Device
DescriptionProfil zur Abbildung eines implantierten Herzschrittmachers, Defibrillators oder ventrikulären Unterstützungssystems.
TypeDevice
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
mii-vs-kardio-geraetetyp-snomedctMII VS Kardio Gerätetyp [SNOMED CT]

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "mii-pr-kardio-device",
  "url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-kardio/StructureDefinition/mii-pr-kardio-device",
  "version": "2026.0.0-alpha.1",
  "name": "MII_PR_Kardio_Device",
  "title": "MII PR Kardio Device",
  "status": "active",
  "experimental": false,
  "date": "2025-12-10",
  "publisher": "Medizininformatik Initiative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.medizininformatik-initiative.de"
        }
      ]
    }
  ],
  "description": "Profil zur Abbildung eines implantierten Herzschrittmachers, Defibrillators oder ventrikulären Unterstützungssystems.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.status",
        "path": "Device.status",
        "mustSupport": true
      },
      {
        "id": "Device.expirationDate",
        "path": "Device.expirationDate",
        "comment": "Dieses Feld kann (ergänzend zum Status) genutzt werden, um anzugeben, dass ein Gerät nicht mehr verwendbar ist oder seit wann es nicht mehr verwendet wird. In solchen Fällen sollte davon ausgegangen werden, dass das Gerät nicht mehr implantiert ist und daher bei der Bestimmung aktuell implantierter Geräte nicht berücksichtigt werden sollte.",
        "mustSupport": true
      },
      {
        "id": "Device.type",
        "path": "Device.type",
        "comment": "Der Typ soll mit einem SNOMED-Code angegeben werden.\r\nFür ACRIBiS müssen die folgenden Codes verwendet werden (Stand 01.05.2025):\r\n - **ICD**: 72506001 - Implantable defibrillator, device (physical object)\r\n - **CRT**: 704708004 - Cardiac resynchronization therapy implantable pacemaker (physical object)\r\n - **ICD+CRT**: 704707009 - Cardiac resynchronization therapy implantable defibrillator (physical object)\r\n - **unbekannt**: Angabe, dass der genaue Device.type unbekannt ist. Abbildung über asked-unknown. Suche der Angabe über Verknüpfung des Devices in der Prozedur \"MII PR Kardio Kardiale Deviceimplantation\" und mittels Angabe des Metaprofils.\r\n - **LVAD**: 360066001 - Left ventricular assist device (physical object)\r\n - **RVAD**: 360065002 - Right ventricular assist device (physical object)\r\n - **BiVAD**: 360057000 - Biventricular assist device (physical object)",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-kardio/ValueSet/mii-vs-kardio-geraetetyp-snomedct"
        }
      },
      {
        "id": "Device.patient",
        "path": "Device.patient",
        "mustSupport": true
      }
    ]
  }
}