{
  "resourceType" : "Device",
  "id" : "astral",
  "meta" : {
    "profile" : ["http://resmed.com/fhir/core/StructureDefinition/resmed-device"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"astral\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Device &quot;astral&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-device.html\">ResMed Device</a></p></div><p><b>ResMedSerialNumberVerificationCode</b>: 482</p><p><b>identifier</b>: id:\u00a0<a href=\"NamingSystem-ResMedDeviceSerialNumber.html\">#</a>29529005009</p><p><b>status</b>: active</p><p><b>manufacturer</b>: ResMed Ltd</p><p><b>serialNumber</b>: 29529005009</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Astral 150 (R6)</td><td>model-name</td></tr></table><p><b>modelNumber</b>: D280-053</p><p><b>type</b>: Invasive and non-invasive ventilator for respiratory failure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-device-type-code-system.html\">ResMed device type CodeSystem</a>#ventilator)</span></p><blockquote><p><b>version</b></p><p><b>type</b>: Metadata Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-device-version-component-code-system.html\">ResMed device version components</a>#metadata-identifier)</span></p><p><b>value</b>: 30</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: Variant Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-device-version-component-code-system.html\">ResMed device version components</a>#variant-identifier)</span></p><p><b>value</b>: 10</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: Application identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-device-version-component-code-system.html\">ResMed device version components</a>#application-identifier)</span></p><p><b>value</b>: FG 20.10</p></blockquote><p><b>owner</b>: <a href=\"Organization-airview-organization.html\">Organization/airview-organization</a> &quot;SleepyLabs Sleep Clinic&quot;</p></div>"
  },
  "extension" : [{
    "url" : "http://resmed.com/fhir/core/StructureDefinition/ResMedSerialNumberVerificationCode",
    "valueString" : "482"
  }],
  "identifier" : [{
    "system" : "http://identifier.resmed.com/device-serial",
    "value" : "29529005009"
  }],
  "status" : "active",
  "manufacturer" : "ResMed Ltd",
  "serialNumber" : "29529005009",
  "deviceName" : [{
    "name" : "Astral 150 (R6)",
    "type" : "model-name"
  }],
  "modelNumber" : "D280-053",
  "type" : {
    "coding" : [{
      "system" : "http://terminology.resmed.com/CodeSystem/device-type",
      "code" : "ventilator"
    }]
  },
  "version" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.resmed.com/CodeSystem/device-version-components",
        "code" : "metadata-identifier"
      }]
    },
    "value" : "30"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.resmed.com/CodeSystem/device-version-components",
        "code" : "variant-identifier"
      }]
    },
    "value" : "10"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.resmed.com/CodeSystem/device-version-components",
        "code" : "application-identifier"
      }]
    },
    "value" : "FG 20.10"
  }],
  "owner" : {
    "reference" : "Organization/airview-organization"
  }
}