{
  "resourceType": "StructureDefinition",
  "id": "a23e3aeb-3a5f-4186-8f2d-ac35a95c53fb",
  "meta": {
    "lastUpdated": "2017-09-01T13:39:42.609+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "dev"
    }
  ],
  "url": "http://example.org/fhir/StructureDefinition/ChannelDeviceComponent",
  "name": "ChannelDeviceComponent",
  "title": "Channel DeviceComponent Profile",
  "status": "draft",
  "date": "2017-06-13T12:52:14.5783112+00:00",
  "description": "StructureDefinition for a Channel DeviceComponent resource",
  "fhirVersion": "3.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "DeviceComponent",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceComponent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DeviceComponent.extension",
        "path": "DeviceComponent.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "DeviceComponent.extension:color",
        "path": "DeviceComponent.extension",
        "sliceName": "color",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://example.org/fhir/StructureDefinition/devicecomponent-color"
          }
        ]
      },
      {
        "id": "DeviceComponent.type",
        "path": "DeviceComponent.type",
        "definition": "The Channel type as defined in the device nomenclature partition"
      },
      {
        "id": "DeviceComponent.type.coding",
        "path": "DeviceComponent.type.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "DeviceComponent.type.coding:11073-10101",
        "path": "DeviceComponent.type.coding",
        "sliceName": "11073-10101",
        "short": "Code defined by the ISO/IEEE 11073-10101 Nomenclature",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DeviceComponent.type.coding:11073-10101.system",
        "path": "DeviceComponent.type.coding.system",
        "min": 1,
        "fixedUri": "urn:iso:std:iso:11073:10101"
      },
      {
        "id": "DeviceComponent.type.coding:11073-10101.code",
        "path": "DeviceComponent.type.coding.code",
        "min": 1
      },
      {
        "id": "DeviceComponent.source",
        "path": "DeviceComponent.source",
        "short": "Mandatory Device resource link",
        "min": 1
      },
      {
        "id": "DeviceComponent.parent",
        "path": "DeviceComponent.parent",
        "short": "Mandatory parent DeviceComponent resource link",
        "definition": "The link to the parent resource. A Channel is linked to its VMD parent.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://example.org/fhir/StructureDefinition/VmdDeviceComponent"
          }
        ]
      }
    ]
  }
}