{
  "resourceType": "StructureDefinition",
  "id": "5cf646f0-f1a4-4680-98db-09a9a2c02b84",
  "meta": {
    "lastUpdated": "2017-09-01T12:09:30.88+00:00"
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This StructureDefinition is derived from <a href=\"http://hl7.org/fhir/devicecomponent.html\">DeviceComponent</a>.</p></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "dev"
    }
  ],
  "url": "http://example.org/fhir/StructureDefinition/MdsDeviceComponent",
  "name": "MdsDeviceComponent",
  "title": "MDS DeviceComponent Profile",
  "status": "draft",
  "date": "2017-06-13",
  "description": "StructureDefinition for a Medical Device System (MDS) 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.identifier",
        "path": "DeviceComponent.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "DeviceComponent.identifier:EUI-64",
        "path": "DeviceComponent.identifier",
        "sliceName": "EUI-64",
        "short": "IEEE 64-bit Extended Unique Identifier (EUI-64)",
        "definition": "The locally assigned unique identification by the software."
      },
      {
        "id": "DeviceComponent.identifier:EUI-64.system",
        "path": "DeviceComponent.identifier.system",
        "min": 1,
        "fixedUri": "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680"
      },
      {
        "id": "DeviceComponent.identifier:EUI-64.value",
        "path": "DeviceComponent.identifier.value",
        "min": 1
      },
      {
        "id": "DeviceComponent.type",
        "path": "DeviceComponent.type",
        "definition": "The MDS 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": "Optional parent DeviceComponent resource link",
        "definition": "The link to the parent resource. An MDS can be linked to a Composite MDS parent.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://example.org/fhir/StructureDefinition/MdsDeviceComponent"
          }
        ]
      }
    ]
  }
}