Person-Centered Outcomes
0.1.0 - ci-build International flag

Person-Centered Outcomes, published by Mountain Lotus WellBeing LLC. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mtnlotus/pco-ig/ and changes regularly. See the Directory of published versions

: cqf-tooling - XML Representation

Raw xml | Download



<Device xmlns="http://hl7.org/fhir">
  <id value="cqf-tooling"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/device-softwaresystem-cqfm"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Device cqf-tooling</b></p><a name="cqf-tooling"> </a><a name="hccqf-tooling"> </a><a name="cqf-tooling-en-US"> </a><p><b>manufacturer</b>: CQFramework</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>cqf-tooling</td><td>Manufacturer name</td></tr></table><p><b>type</b>: <span title="Codes:{http://hl7.org/fhir/us/cqfmeasures/CodeSystem/software-system-type 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>3.4.0</td></tr></table></div>
  </text>
  <manufacturer value="CQFramework"/>
  <deviceName>
    <name value="cqf-tooling"/>
    <type value="manufacturer-name"/>
  </deviceName>
  <type>
    <coding>
      <system
              value="http://hl7.org/fhir/us/cqfmeasures/CodeSystem/software-system-type"/>
      <code value="tooling"/>
    </coding>
  </type>
  <version>
    <value value="3.4.0"/>
  </version>
</Device>