{
  "resourceType": "StructureDefinition",
  "id": "IRD-Sensor",
  "url": "https://health.linova.de/fhir/v1/IRD/Sensor",
  "version": "1.0.0",
  "name": "IRD_Sensor",
  "title": "IRD_Sensor",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "derivation": "constraint",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "differential": {
    "element": [
      {
        "id": "Device",
        "path": "Device",
        "definition": "A body sensor unit, which captures motion data from a patient during an exercise or during daily activity."
      },
      {
        "id": "Device.serialNumber",
        "path": "Device.serialNumber",
        "definition": "Serial number of the sensor.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Device.owner",
        "path": "Device.owner",
        "definition": "The organisation which is responsible for the sensor and handed it out to the Patient.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Device.patient",
        "path": "Device.patient",
        "short": "Patient associated with the sensor",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.linova.de/fhir/v1/IRD/Patient"
            ]
          }
        ],
        "min": 1,
        "max": "1"
      }
    ]
  }
}