{
  "resourceType": "StructureDefinition",
  "id": "a89189d8-deeb-45ee-974e-807c7af5441e",
  "meta": {
    "lastUpdated": "2017-09-01T13:20:19.958+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/devicecomponent-color",
  "name": "devicecomponent-color",
  "status": "draft",
  "date": "2017-09-01T13:01:26.368+00:00",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "DeviceComponent"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://example.org/fhir/StructureDefinition/devicecomponent-color"
      },
      {
        "id": "Extension.value[x]:valueCode",
        "path": "Extension.valueCode",
        "sliceName": "valueCode",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "Describes the typical color of representation",
          "valueSetUri": "http://hl7.org/fhir/ValueSet/metric-color"
        }
      }
    ]
  }
}