{
  "resourceType": "StructureDefinition",
  "id": "epa-auditeevent-device",
  "url": "https://gematik.de/fhir/epa/StructureDefinition/EPAAuditEventDevice",
  "version": "1.0",
  "name": "EPAAuditEventDevice",
  "status": "draft",
  "publisher": "gematik GmbH",
  "description": "The information on the ePA (Elektronische Patientenakte) backend server",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "udi",
      "uri": "http://fda.gov/UDI",
      "name": "UDI Mapping"
    }
  ],
  "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
      },
      {
        "id": "Device.meta.profile",
        "path": "Device.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "https://gematik.de/fhir/erp/StructureDefinition/EPAAuditEventDevice|1.0"
      },
      {
        "id": "Device.status",
        "path": "Device.status",
        "min": 1
      },
      {
        "id": "Device.serialNumber",
        "path": "Device.serialNumber",
        "mustSupport": true
      },
      {
        "id": "Device.deviceName",
        "path": "Device.deviceName",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Device.version",
        "path": "Device.version",
        "min": 1,
        "max": "1"
      }
    ]
  }
}