{
  "resourceType": "StructureDefinition",
  "id": "bc9c9a5e-07fb-44c8-bf29-42cc84ac76cd",
  "meta": {
    "lastUpdated": "2017-09-01T11:22:25.852+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "dev"
    }
  ],
  "url": "http://example.org/fhir/StructureDefinition/VmdDeviceComponent",
  "name": "VmdDeviceComponent",
  "title": "VMD DeviceComponent Profile",
  "status": "draft",
  "date": "2017-06-13",
  "description": "StructureDefinition for a Virtual Medical Device (VMD) 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.type",
        "path": "DeviceComponent.type",
        "definition": "The VMD 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 VMD is linked to its MDS parent.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://example.org/fhir/StructureDefinition/MdsDeviceComponent"
          }
        ]
      }
    ]
  }
}