{
  "resourceType": "StructureDefinition",
  "id": "CASIDE-SensingDevice",
  "meta": {
    "lastUpdated": "2021-07-16T08:26:12.323+00:00"
  },
  "url": "http://gradiant.org/fhir/StructureDefinition/CASIDESensingDevice",
  "version": "1.0",
  "name": "CASIDESensingDevice",
  "title": "Sensing Device Profile",
  "status": "draft",
  "publisher": "GRADIANT",
  "contact": [
    {
      "name": "GRADIANT",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gradiant.org/",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Records information about the software used to gather the sensing data. It may also contain information about the electronic device used to perform the measurement.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "udi",
      "uri": "http://fda.gov/UDI",
      "name": "UDI Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.deviceName",
        "path": "Device.deviceName",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Device.version",
        "path": "Device.version",
        "min": 1,
        "max": "1"
      }
    ]
  }
}