{
  "resourceType": "StructureDefinition",
  "id": "rdc-Device-Instance",
  "url": "https://roche.com/fhir/iop/StructureDefinition/rdc-Device-Instance",
  "name": "RdcDeviceInstance",
  "title": "RDC Device Instance",
  "status": "draft",
  "publisher": "F. Hoffmann-La Roche AG",
  "description": "Represents a specific instance of a Device, linking it to its corresponding Device Model with details such as serial number and configuration.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.extension:deviceSettings",
        "path": "Device.extension",
        "sliceName": "deviceSettings",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://roche.com/fhir/iop/StructureDefinition/ext-DeviceSettings"
            ]
          }
        ]
      },
      {
        "id": "Device.identifier",
        "path": "Device.identifier",
        "max": "0"
      },
      {
        "id": "Device.displayName",
        "path": "Device.displayName",
        "max": "0"
      },
      {
        "id": "Device.definition",
        "path": "Device.definition",
        "max": "0"
      },
      {
        "id": "Device.udiCarrier",
        "path": "Device.udiCarrier",
        "max": "0"
      },
      {
        "id": "Device.status",
        "path": "Device.status",
        "max": "0"
      },
      {
        "id": "Device.availabilityStatus",
        "path": "Device.availabilityStatus",
        "max": "0"
      },
      {
        "id": "Device.biologicalSourceEvent",
        "path": "Device.biologicalSourceEvent",
        "max": "0"
      },
      {
        "id": "Device.manufacturer",
        "path": "Device.manufacturer",
        "max": "0"
      },
      {
        "id": "Device.manufactureDate",
        "path": "Device.manufactureDate",
        "max": "0"
      },
      {
        "id": "Device.expirationDate",
        "path": "Device.expirationDate",
        "max": "0"
      },
      {
        "id": "Device.lotNumber",
        "path": "Device.lotNumber",
        "max": "0"
      },
      {
        "id": "Device.name",
        "path": "Device.name",
        "max": "0"
      },
      {
        "id": "Device.modelNumber",
        "path": "Device.modelNumber",
        "max": "0"
      },
      {
        "id": "Device.partNumber",
        "path": "Device.partNumber",
        "max": "0"
      },
      {
        "id": "Device.category",
        "path": "Device.category",
        "max": "0"
      },
      {
        "id": "Device.type",
        "path": "Device.type",
        "max": "0"
      },
      {
        "id": "Device.version",
        "path": "Device.version",
        "max": "0"
      },
      {
        "id": "Device.conformsTo",
        "path": "Device.conformsTo",
        "max": "0"
      },
      {
        "id": "Device.property",
        "path": "Device.property",
        "max": "0"
      },
      {
        "id": "Device.property.type",
        "path": "Device.property.type",
        "binding": {
          "strength": "required",
          "valueSet": "https://roche.com/fhir/iop/ValueSet/device-property-type"
        }
      },
      {
        "id": "Device.property.value[x]",
        "path": "Device.property.value[x]",
        "type": [
          {
            "code": "Quantity"
          },
          {
            "code": "boolean"
          },
          {
            "code": "Range"
          }
        ]
      },
      {
        "id": "Device.mode",
        "path": "Device.mode",
        "max": "0"
      },
      {
        "id": "Device.cycle",
        "path": "Device.cycle",
        "max": "0"
      },
      {
        "id": "Device.duration",
        "path": "Device.duration",
        "max": "0"
      },
      {
        "id": "Device.owner",
        "path": "Device.owner",
        "max": "0"
      },
      {
        "id": "Device.contact",
        "path": "Device.contact",
        "max": "0"
      },
      {
        "id": "Device.location",
        "path": "Device.location",
        "max": "0"
      },
      {
        "id": "Device.url",
        "path": "Device.url",
        "max": "0"
      },
      {
        "id": "Device.endpoint",
        "path": "Device.endpoint",
        "max": "0"
      },
      {
        "id": "Device.gateway",
        "path": "Device.gateway",
        "max": "0"
      },
      {
        "id": "Device.note",
        "path": "Device.note",
        "max": "0"
      },
      {
        "id": "Device.safety",
        "path": "Device.safety",
        "max": "0"
      },
      {
        "id": "Device.parent",
        "path": "Device.parent",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://roche.com/fhir/iop/StructureDefinition/rdc-Device-Model"
            ]
          }
        ]
      }
    ]
  }
}