{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/ieee11073-10207ig/sdcdevicevmd",
  "name": "SDCDeviceVMD",
  "status": "draft",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.extension",
        "path": "Device.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Device.extension:ieee11073-approvedJurisdictions",
        "path": "Device.extension",
        "sliceName": "ieee11073-approvedJurisdictions",
        "short": "approvedJ urisdictions",
        "definition": "List of regions in which a DEVICE COMPONENT is approved to be operated. If the list does not contain\r\nany entries, then the DEVICE COMPONENT is not approved for any region.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/ieee11073-10207ig/SDCApprovedJurisdictions"
            ]
          }
        ]
      },
      {
        "id": "Device.extension:ieee11073-operatingHours",
        "path": "Device.extension",
        "sliceName": "ieee11073-operatingHours",
        "short": "operating hours",
        "definition": "optional amount of operating hours (e.g., an OR light).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/ieee11073-10207ig/SDCOperatingHours"
            ]
          }
        ]
      },
      {
        "id": "Device.extension:ieee11073-operatingCycles",
        "path": "Device.extension",
        "sliceName": "ieee11073-operatingCycles",
        "short": "operating cycles",
        "definition": "optional amount of operarting cycles, e.g., the number of measurements taken within the component.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/ieee11073-10207ig/SDCOperatingCycles"
            ]
          }
        ]
      },
      {
        "id": "Device.safety.coding.system",
        "path": "Device.safety.coding.system",
        "definition": "https://simplifier.net/ieee11073-10207ig/safetyvalueset"
      },
      {
        "id": "Device.safety.coding.code",
        "path": "Device.safety.coding.code",
        "binding": {
          "strength": "required",
          "description": "safety classification",
          "valueSet": "https://simplifier.net/ieee11073-10207ig/safetyvalueset"
        }
      }
    ]
  }
}