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 - JSON Representation

Raw json | Download

{
  "resourceType" : "GuidanceResponse",
  "id" : "guidanceresponse01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-guidanceresponse-detailedcaregap"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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\u00a0(use:\u00a0usual,\u00a0))</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>"
  },
  "moduleUri" : "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html",
  "status" : "success",
  "subject" : {
    🔗 "reference" : "Patient/patient01"
  },
  "reasonCode" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "reference",
              "valueReference" : {
                🔗 "reference" : "Observation/observation01"
              }
            },
            {
              "url" : "path",
              "valueString" : "value"
            }
          ],
          "url" : "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/reasonDetail"
        }
      ],
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason",
          "code" : "ValueInRange",
          "display" : "Value is within specified range"
        }
      ]
    }
  ]
}