PackagesCanonicalsLogsProblems
    Packages
    xtehr.eu.ehds.models@1.0.0
    http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice
{
  "description": "Model for device information",
  "_filename": "StructureDefinition-EHDSDevice.json",
  "package_name": "xtehr.eu.ehds.models",
  "date": "2026-04-13T14:09:30+02:00",
  "derivation": "specialization",
  "publisher": "Xt-EHR",
  "fhirVersion": "5.0.0",
  "name": "EHDSDevice",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Device model",
  "package_version": "1.0.0",
  "snapshot": {
    "element": [ {
      "path": "EHDSDevice",
      "min": 0,
      "definition": "Model for device information",
      "isModifier": false,
      "short": "Device model",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "max": "*",
      "id": "EHDSDevice",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Base"
      }
    }, {
      "id": "EHDSDevice.instanceIdentifier",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "EHDSDevice.instanceIdentifier"
      },
      "path": "EHDSDevice.instanceIdentifier",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "Identifier of the device instance",
      "definition": "Identifier of the device instance"
    }, {
      "id": "EHDSDevice.udi",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "EHDSDevice.udi"
      },
      "path": "EHDSDevice.udi",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "Unique Device Identifier (UDI) value",
      "definition": "Unique Device Identifier (UDI) value"
    }, {
      "id": "EHDSDevice.manufacturer",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSDevice.manufacturer"
      },
      "path": "EHDSDevice.manufacturer",
      "type": [ {
        "code": "string"
      } ],
      "short": "Name of device manufacturer. If the manufacturer code is included in an identifier, manufacturer must correspond to that code.",
      "definition": "Name of device manufacturer. If the manufacturer code is included in an identifier, manufacturer must correspond to that code."
    }, {
      "id": "EHDSDevice.manufactureDate",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSDevice.manufactureDate"
      },
      "path": "EHDSDevice.manufactureDate",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "The date and time when the device was manufactured",
      "definition": "The date and time when the device was manufactured"
    }, {
      "id": "EHDSDevice.expiryDate",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSDevice.expiryDate"
      },
      "path": "EHDSDevice.expiryDate",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "The date and time beyond which this device is no longer valid or should not be used (if applicable)",
      "definition": "The date and time beyond which this device is no longer valid or should not be used (if applicable)"
    }, {
      "id": "EHDSDevice.lotNumber",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSDevice.lotNumber"
      },
      "path": "EHDSDevice.lotNumber",
      "type": [ {
        "code": "string"
      } ],
      "short": "Lot number of device. May be omitted if included in an identifier.",
      "definition": "Lot number of device. May be omitted if included in an identifier."
    }, {
      "id": "EHDSDevice.serialNumber",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSDevice.serialNumber"
      },
      "path": "EHDSDevice.serialNumber",
      "type": [ {
        "code": "string"
      } ],
      "short": "Serial number assigned by the manufacturer. May be omitted if included in an identifier.",
      "definition": "Serial number assigned by the manufacturer. May be omitted if included in an identifier."
    }, {
      "id": "EHDSDevice.name",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "EHDSDevice.name"
      },
      "path": "EHDSDevice.name",
      "type": [ {
        "code": "Base"
      } ],
      "short": "The name and name type of the device.",
      "definition": "The name and name type of the device."
    }, {
      "id": "EHDSDevice.name.value",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "EHDSDevice.name.value"
      },
      "path": "EHDSDevice.name.value",
      "type": [ {
        "code": "string"
      } ],
      "short": "The name of the device as known to e.g. the manufacturer and/or patient",
      "definition": "The name of the device as known to e.g. the manufacturer and/or patient"
    }, {
      "id": "EHDSDevice.name.type",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "EHDSDevice.name.type"
      },
      "path": "EHDSDevice.name.type",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "The type of name, e.g. UDI Label name, user friendly name",
      "definition": "The type of name, e.g. UDI Label name, user friendly name"
    }, {
      "id": "EHDSDevice.modelNumber",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSDevice.modelNumber"
      },
      "path": "EHDSDevice.modelNumber",
      "type": [ {
        "code": "string"
      } ],
      "short": "The manufacturer's model number for the device",
      "definition": "The manufacturer's model number for the device"
    }, {
      "id": "EHDSDevice.version",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "EHDSDevice.version"
      },
      "path": "EHDSDevice.version",
      "type": [ {
        "code": "string"
      } ],
      "short": "The actual design of the device and/or software version running on the device",
      "definition": "The actual design of the device and/or software version running on the device"
    }, {
      "path": "EHDSDevice.type",
      "min": 0,
      "definition": "Device type",
      "short": "Device type",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "preferred",
        "description": "SNOMED CT, EMDN"
      },
      "max": "*",
      "id": "EHDSDevice.type",
      "base": {
        "max": "*",
        "min": 0,
        "path": "EHDSDevice.type"
      }
    }, {
      "id": "EHDSDevice.note",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSDevice.note"
      },
      "path": "EHDSDevice.note",
      "type": [ {
        "code": "string"
      } ],
      "short": "Device note and/or comment",
      "definition": "Device note and/or comment"
    } ],
    "extension": [ {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
      "valueString": "5.0.0"
    } ]
  },
  "status": "active",
  "language": "en",
  "id": "558cc6d9-3bfb-473f-b843-e73ad95d9e5e",
  "kind": "logical",
  "url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "EHDSDevice",
      "path": "EHDSDevice",
      "short": "Device model",
      "definition": "Model for device information"
    }, {
      "id": "EHDSDevice.instanceIdentifier",
      "max": "*",
      "min": 0,
      "path": "EHDSDevice.instanceIdentifier",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "Identifier of the device instance",
      "definition": "Identifier of the device instance"
    }, {
      "id": "EHDSDevice.udi",
      "max": "*",
      "min": 0,
      "path": "EHDSDevice.udi",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "Unique Device Identifier (UDI) value",
      "definition": "Unique Device Identifier (UDI) value"
    }, {
      "id": "EHDSDevice.manufacturer",
      "max": "1",
      "min": 0,
      "path": "EHDSDevice.manufacturer",
      "type": [ {
        "code": "string"
      } ],
      "short": "Name of device manufacturer. If the manufacturer code is included in an identifier, manufacturer must correspond to that code.",
      "definition": "Name of device manufacturer. If the manufacturer code is included in an identifier, manufacturer must correspond to that code."
    }, {
      "id": "EHDSDevice.manufactureDate",
      "max": "1",
      "min": 0,
      "path": "EHDSDevice.manufactureDate",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "The date and time when the device was manufactured",
      "definition": "The date and time when the device was manufactured"
    }, {
      "id": "EHDSDevice.expiryDate",
      "max": "1",
      "min": 0,
      "path": "EHDSDevice.expiryDate",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "The date and time beyond which this device is no longer valid or should not be used (if applicable)",
      "definition": "The date and time beyond which this device is no longer valid or should not be used (if applicable)"
    }, {
      "id": "EHDSDevice.lotNumber",
      "max": "1",
      "min": 0,
      "path": "EHDSDevice.lotNumber",
      "type": [ {
        "code": "string"
      } ],
      "short": "Lot number of device. May be omitted if included in an identifier.",
      "definition": "Lot number of device. May be omitted if included in an identifier."
    }, {
      "id": "EHDSDevice.serialNumber",
      "max": "1",
      "min": 0,
      "path": "EHDSDevice.serialNumber",
      "type": [ {
        "code": "string"
      } ],
      "short": "Serial number assigned by the manufacturer. May be omitted if included in an identifier.",
      "definition": "Serial number assigned by the manufacturer. May be omitted if included in an identifier."
    }, {
      "id": "EHDSDevice.name",
      "max": "*",
      "min": 0,
      "path": "EHDSDevice.name",
      "type": [ {
        "code": "Base"
      } ],
      "short": "The name and name type of the device.",
      "definition": "The name and name type of the device."
    }, {
      "id": "EHDSDevice.name.value",
      "max": "1",
      "min": 1,
      "path": "EHDSDevice.name.value",
      "type": [ {
        "code": "string"
      } ],
      "short": "The name of the device as known to e.g. the manufacturer and/or patient",
      "definition": "The name of the device as known to e.g. the manufacturer and/or patient"
    }, {
      "id": "EHDSDevice.name.type",
      "max": "1",
      "min": 1,
      "path": "EHDSDevice.name.type",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "The type of name, e.g. UDI Label name, user friendly name",
      "definition": "The type of name, e.g. UDI Label name, user friendly name"
    }, {
      "id": "EHDSDevice.modelNumber",
      "max": "1",
      "min": 0,
      "path": "EHDSDevice.modelNumber",
      "type": [ {
        "code": "string"
      } ],
      "short": "The manufacturer's model number for the device",
      "definition": "The manufacturer's model number for the device"
    }, {
      "id": "EHDSDevice.version",
      "max": "*",
      "min": 0,
      "path": "EHDSDevice.version",
      "type": [ {
        "code": "string"
      } ],
      "short": "The actual design of the device and/or software version running on the device",
      "definition": "The actual design of the device and/or software version running on the device"
    }, {
      "id": "EHDSDevice.type",
      "max": "*",
      "min": 0,
      "path": "EHDSDevice.type",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Device type",
      "binding": {
        "strength": "preferred",
        "description": "SNOMED CT, EMDN"
      },
      "definition": "Device type"
    }, {
      "id": "EHDSDevice.note",
      "max": "1",
      "min": 0,
      "path": "EHDSDevice.note",
      "type": [ {
        "code": "string"
      } ],
      "short": "Device note and/or comment",
      "definition": "Device note and/or comment"
    } ]
  },
  "contact": [ {
    "name": "Xt-EHR",
    "telecom": [ {
      "value": "http://www.xt-ehr.eu/",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base"
}