{
  "resourceType" : "Device",
  "id" : "example-device-blood-pressure-cuff",
  "meta" : {
    "profile" : ["https://gematik.de/fhir/hddt/StructureDefinition/hddt-personal-health-device"]
  },
  "definition" : {
    "reference" : "DeviceDefinition/device-definition-blood-pressure-cuff-001"
  },
  "status" : "active",
  "manufacturer" : "HealthTech GmbH",
  "expirationDate" : "2027-12-15",
  "serialNumber" : "BPC0011223345",
  "deviceName" : [{
    "name" : "BP Cuff Pro",
    "type" : "user-friendly-name"
  }],
  "modelNumber" : "Digital BT 2",
  "type" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "version" : "http://snomed.info/sct/11000274103/version/20251115",
      "code" : "70665002",
      "display" : "Blood pressure cuff, device (physical object)"
    }]
  }
}