Quality Measure Implementation Guide
5.0.0 - STU5 United States of America flag

This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v5.0.0: STU5 (v5.0.0)) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Device - Software System Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "software-system-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/device-softwaresystem-cqfm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device software-system-example</b></p><a name=\"software-system-example\"> </a><a name=\"hcsoftware-system-example\"> </a><a name=\"software-system-example-en-US\"> </a><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>cqf-tooling</td><td>Manufacturer name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/software-system-type-codes tooling}\">Tooling</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>1.4.1-SNAPSHOT</td></tr></table></div>"
  },
  "deviceName" : [
    {
      "name" : "cqf-tooling",
      "type" : "manufacturer-name"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/software-system-type-codes",
        "code" : "tooling"
      }
    ]
  },
  "version" : [
    {
      "value" : "1.4.1-SNAPSHOT"
    }
  ]
}