{
  "resourceType": "Device",
  "id": "ihe-pcd",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Acme Patient Monitor</p></div>"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/identifier-type",
            "code": "SNO"
          }
        ],
        "text": "Serial Number"
      },
      "value": "AMID-123-456"
    }
  ],
  "type": {
    "text": "Vital Signs Monitor"
  },
  "lotNumber": "12345",
  "manufacturer": "Acme Devices, Inc",
  "model": "A.1.1"
}