<StructureDefinition xmlns="http://hl7.org/fhir">
  <meta>
    <lastUpdated value="2018-02-14T10:12:26.142+01:00" />
  </meta>
  <url value="http://trilliumbridge.eu/fhir/StructureDefinition/device-uv-trillium2" />
  <version value="0.03" />
  <name value="Device-uv-trillium2" />
  <status value="draft" />
  <date value="2017-11-27T15:16:52.639+01:00" />
  <publisher value="Trillium II" />
  <contact>
    <name value="François Macary - PHAST" />
  </contact>
  <description value="This profile represents the constraints applied to the Device resource by the Trillium II project, which specifies an international patient summary based on the FHIR standard STU3. A device in the list of the patient's current medical devices used or implanted may be described with an instance of a Device resource constrained by this profile." />
  <purpose value="This profile constrains the representation of a medical device, part of the list of current medical devices in the international patient summary as specified by the Trillium II project." />
  <fhirVersion value="3.0.1" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="Device" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Device" />
  <derivation value="constraint" />
  <differential>
    <element id="Device.identifier">
      <path value="Device.identifier" />
      <max value="1" />
    </element>
    <element id="Device.identifier.use">
      <path value="Device.identifier.use" />
      <max value="0" />
    </element>
    <element id="Device.identifier.type">
      <path value="Device.identifier.type" />
      <definition value="The type of identifier represents &quot;serial number&quot; (SNO)" />
    </element>
    <element id="Device.identifier.type.coding.system">
      <path value="Device.identifier.type.coding.system" />
      <max value="0" />
    </element>
    <element id="Device.identifier.type.coding.version">
      <path value="Device.identifier.type.coding.version" />
      <max value="0" />
    </element>
    <element id="Device.identifier.type.coding.code">
      <path value="Device.identifier.type.coding.code" />
      <fixedCode value="SNO" />
    </element>
    <element id="Device.identifier.type.coding.display">
      <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable">
        <valueBoolean value="true" />
      </extension>
      <path value="Device.identifier.type.coding.display" />
      <fixedString value="serial number" />
    </element>
    <element id="Device.identifier.type.coding.userSelected">
      <path value="Device.identifier.type.coding.userSelected" />
      <max value="0" />
    </element>
    <element id="Device.identifier.type.text">
      <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable">
        <valueBoolean value="true" />
      </extension>
      <path value="Device.identifier.type.text" />
      <max value="0" />
    </element>
    <element id="Device.identifier.system">
      <path value="Device.identifier.system" />
      <max value="0" />
    </element>
    <element id="Device.identifier.value">
      <path value="Device.identifier.value" />
      <label value="device serial number" />
      <definition value="The serial number of the medical device" />
    </element>
    <element id="Device.identifier.period">
      <path value="Device.identifier.period" />
      <max value="0" />
    </element>
    <element id="Device.identifier.assigner">
      <path value="Device.identifier.assigner" />
      <max value="0" />
    </element>
    <element id="Device.type.coding.userSelected">
      <path value="Device.type.coding.userSelected" />
      <max value="0" />
    </element>
    <element id="Device.manufactureDate">
      <path value="Device.manufactureDate" />
      <definition value="The date and time when the device was manufactured. If hour is present, minutes and seconds should be both set to &quot;00&quot;" />
    </element>
    <element id="Device.expirationDate">
      <path value="Device.expirationDate" />
      <definition value="The date and time beyond which this device is no longer valid or should not be used (if applicable). If hour is present, minutes and seconds should be both set to &quot;00&quot;" />
    </element>
    <element id="Device.patient">
      <path value="Device.patient" />
      <min value="1" />
    </element>
  </differential>
</StructureDefinition>