National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
1.0.0 - STU 1 United States of America flag

This page is part of the National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Device - Example Submitting Device 1 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "device-example-submitting-device",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/nhsn-dqm/StructureDefinition/nhsn-submitting-device"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device device-example-submitting-device</b></p><a name=\"device-example-submitting-device\"> </a><a name=\"hcdevice-example-submitting-device\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nhsn-submitting-device.html\">NHSN Submitting Device</a></p></div><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>NHSN Link</td><td>Model name</td></tr></table><blockquote><p><b>version</b></p><p><b>component</b>: api</p><p><b>value</b>: 0.9.0</p></blockquote><blockquote><p><b>version</b></p><p><b>component</b>: api</p><p><b>value</b>: 20230713.1</p></blockquote><blockquote><p><b>version</b></p><p><b>component</b>: api</p><p><b>value</b>: 3f9662a8</p></blockquote><blockquote><p><b>version</b></p><p><b>component</b>: cqf-ruler</p><p><b>value</b>: 0.13.0</p></blockquote></div>"
  },
  "deviceName" : [
    {
      "name" : "NHSN Link",
      "type" : "model-name"
    }
  ],
  "version" : [
    {
      "component" : {
        "value" : "api"
      },
      "value" : "0.9.0"
    },
    {
      "component" : {
        "value" : "api"
      },
      "value" : "20230713.1"
    },
    {
      "component" : {
        "value" : "api"
      },
      "value" : "3f9662a8"
    },
    {
      "component" : {
        "value" : "cqf-ruler"
      },
      "value" : "0.13.0"
    }
  ]
}