<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="bc9c9a5e-07fb-44c8-bf29-42cc84ac76cd" />
  <meta>
    <lastUpdated value="2017-09-01T13:22:25.852+02:00" />
  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="dev" />
  </extension>
  <url value="http://example.org/fhir/StructureDefinition/VmdDeviceComponent" />
  <name value="VmdDeviceComponent" />
  <title value="VMD DeviceComponent Profile" />
  <status value="draft" />
  <date value="2017-06-13" />
  <description value="StructureDefinition for a Virtual Medical Device (VMD) DeviceComponent resource" />
  <fhirVersion value="3.0.0" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="DeviceComponent" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/DeviceComponent" />
  <derivation value="constraint" />
  <differential>
    <element id="DeviceComponent.type">
      <path value="DeviceComponent.type" />
      <definition value="The VMD type as defined in the device nomenclature partition" />
    </element>
    <element id="DeviceComponent.type.coding">
      <path value="DeviceComponent.type.coding" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="system" />
        </discriminator>
        <rules value="open" />
      </slicing>
      <min value="1" />
    </element>
    <element id="DeviceComponent.type.coding:11073-10101">
      <path value="DeviceComponent.type.coding" />
      <sliceName value="11073-10101" />
      <short value="Code defined by the ISO/IEEE 11073-10101 Nomenclature" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="DeviceComponent.type.coding:11073-10101.system">
      <path value="DeviceComponent.type.coding.system" />
      <min value="1" />
      <fixedUri value="urn:iso:std:iso:11073:10101" />
    </element>
    <element id="DeviceComponent.type.coding:11073-10101.code">
      <path value="DeviceComponent.type.coding.code" />
      <min value="1" />
    </element>
    <element id="DeviceComponent.source">
      <path value="DeviceComponent.source" />
      <short value="Mandatory Device resource link" />
      <min value="1" />
    </element>
    <element id="DeviceComponent.parent">
      <path value="DeviceComponent.parent" />
      <short value="Mandatory parent DeviceComponent resource link" />
      <definition value="The link to the parent resource. A VMD is linked to its MDS parent." />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://example.org/fhir/StructureDefinition/MdsDeviceComponent" />
      </type>
    </element>
  </differential>
</StructureDefinition>