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