Data Exchange For Quality Measures Implementation Guide
5.0.0 - STU5 United States of America flag

Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 5.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions

: Guidance Response Example - XML Representation

Raw xml | Download


<GuidanceResponse xmlns="http://hl7.org/fhir">
  <id value="guidanceresponse01"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-guidanceresponse-detailedcaregap"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: GuidanceResponse guidanceresponse01</b></p><a name="guidanceresponse01"> </a><a name="hcguidanceresponse01"> </a><a name="guidanceresponse01-en-US"> </a><p><b>module</b>: <a href="http://someguidelineprovider.org/radiology-appropriateness-guidelines.html">http://someguidelineprovider.org/radiology-appropriateness-guidelines.html</a></p><p><b>status</b>: Success</p><p><b>subject</b>: <a href="Patient-patient01.html">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))</a></p><p><b>reasonCode</b>: <span title="Codes:{http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason ValueInRange}">Value is within specified range</span></p></div>
  </text>
  <moduleUri
             value="http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"/>
  <status value="success"/>
  <subject>🔗 
    <reference value="Patient/patient01"/>
  </subject>
  <reasonCode>
    <extension
               url="http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/reasonDetail">
      <extension url="reference">
        <valueReference>🔗 
          <reference value="Observation/observation01"/>
        </valueReference>
      </extension>
      <extension url="path">
        <valueString value="value"/>
      </extension>
    </extension>
    <coding>
      <system
              value="http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason"/>
      <code value="ValueInRange"/>
      <display value="Value is within specified range"/>
    </coding>
  </reasonCode>
</GuidanceResponse>