<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="a23e3aeb-3a5f-4186-8f2d-ac35a95c53fb" />
  <meta>
    <lastUpdated value="2017-09-01T15:39:42.609+02:00" />
  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="dev" />
  </extension>
  <url value="http://example.org/fhir/StructureDefinition/ChannelDeviceComponent" />
  <name value="ChannelDeviceComponent" />
  <title value="Channel DeviceComponent Profile" />
  <status value="draft" />
  <date value="2017-06-13T14:52:14.5783112+02:00" />
  <description value="StructureDefinition for a Channel 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.extension">
      <path value="DeviceComponent.extension" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <rules value="open" />
      </slicing>
    </element>
    <element id="DeviceComponent.extension:color">
      <path value="DeviceComponent.extension" />
      <sliceName value="color" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://example.org/fhir/StructureDefinition/devicecomponent-color" />
      </type>
    </element>
    <element id="DeviceComponent.type">
      <path value="DeviceComponent.type" />
      <definition value="The Channel 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 Channel is linked to its VMD parent." />
      <min value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://example.org/fhir/StructureDefinition/VmdDeviceComponent" />
      </type>
    </element>
  </differential>
</StructureDefinition>