{
  "resourceType": "StructureDefinition",
  "id": "b58b749c-78ae-49ef-b3f1-810ab84a8716",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2017-05-06T11:17:27.263+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "dev"
    }
  ],
  "url": "http://example.org/fhir/StructureDefinition/PhysioMonitorComponent",
  "name": "PhysioMonitorComponent",
  "status": "draft",
  "date": "2017-05-06T09:57:20.4040968+00:00",
  "description": "StructureDefinition for PhysioMonitorComponent Resource",
  "fhirVersion": "3.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "DeviceComponent",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceComponent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "path": "DeviceComponent.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "path": "DeviceComponent.identifier",
        "sliceName": "id3986"
      },
      {
        "path": "DeviceComponent.identifier.system",
        "fixedUri": "urn:ietf:rfc:3986"
      },
      {
        "path": "DeviceComponent.type.coding.system",
        "fixedUri": "urn:iso:std:iso:11073:10101"
      },
      {
        "path": "DeviceComponent.type.coding.code",
        "fixedCode": "69965"
      },
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "DeviceComponent.type.coding.display",
        "fixedString": "MDC_DEV_MON_PHYSIO_MULTI_PARAM_MDS"
      },
      {
        "path": "DeviceComponent.source",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://example.org/fhir/StructureDefinition/PatientMonitorMultiParamDevice"
          }
        ]
      },
      {
        "path": "DeviceComponent.languageCode.coding.system",
        "fixedUri": "urn:ietf:bcp:47"
      }
    ]
  }
}