{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2017-05-06T13:18:17.197+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/RateChannelDeviceComponent",
  "name": "RateChannelDeviceComponent",
  "status": "draft",
  "date": "2017-05-06T10:51:56.1029956+00:00",
  "description": "StructureDefinition for Rate Channel DeviceComponent Resource",
  "fhirVersion": "3.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "DeviceComponent",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceComponent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "path": "DeviceComponent.type.coding.system",
        "fixedUri": "urn:iso:std:iso:11073:10101"
      },
      {
        "path": "DeviceComponent.type.coding.code",
        "fixedCode": "70739"
      },
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "DeviceComponent.type.coding.display",
        "fixedString": "MDC_DEV_CARD_RATE_CHAN"
      },
      {
        "path": "DeviceComponent.source",
        "type": [
          {
            "code": "Reference",
            "profile": "http://example.org/fhir/StructureDefinition/PatientMonitorMultiParamDevice"
          }
        ]
      },
      {
        "path": "DeviceComponent.parent",
        "type": [
          {
            "code": "Reference",
            "profile": "http://example.org/fhir/StructureDefinition/VmdDeviceComponent"
          }
        ]
      }
    ]
  }
}