{
  "resourceType": "StructureDefinition",
  "url": "https://example1.org/fhir/StructureDefinition/MyDevice",
  "name": "MyDevice",
  "status": "draft",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.manufacturer",
        "path": "Device.manufacturer",
        "definition": "A name of the manufacturer or entity legally responsible for the device. // Prietaiso gamintojo pavadinimas / A name of the manufacturer"
      },
      {
        "id": "Device.manufactureDate",
        "path": "Device.manufactureDate",
        "definition": "The date and time when the device was manufactured. // Prietaiso pagaminimo data / Date of manufacture",
        "example": [
          {
            "label": "Date",
            "valueDateTime": "1990-01-01"
          }
        ]
      },
      {
        "id": "Device.lotNumber",
        "path": "Device.lotNumber",
        "definition": "Lot number assigned by the manufacturer. // Gamintojo nurodytas prietaiso partijos arba serijos nr. / Lot number assigned by the manufacturer",
        "example": [
          {
            "label": "lotNumber",
            "valueString": "0632"
          }
        ]
      },
      {
        "id": "Device.type.coding",
        "path": "Device.type.coding",
        "definition": "A reference to a code defined by a terminology system. // Prietaiso tipas / A kind of this device"
      },
      {
        "id": "Device.type.coding.system",
        "path": "Device.type.coding.system",
        "min": 1,
        "fixedUri": "http://esveikata.lt/classifiers/deviceType"
      },
      {
        "id": "Device.type.coding.code",
        "path": "Device.type.coding.code",
        "min": 1
      }
    ]
  }
}