Data Exchange For Quality Measures Implementation Guide
4.0.0 - STU4 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 4.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><b>Generated Narrative: GuidanceResponse</b><a name=\"guidanceresponse01\"> </a><a name=\"hcguidanceresponse01\"> </a></p><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\">Resource GuidanceResponse &quot;guidanceresponse01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-gaps-guidanceresponse-detailedcaregap.html\">Detailed Care Gap Guidance Response</a></p></div><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\">Patient/patient01</a> &quot; WEBSTER&quot;</p><p><b>reasonCode</b>: Value is within specified range <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-care-gap-reason.html\">Care Gap Reasons Code System</a>#ValueInRange)</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"
        }
      ]
    }
  ]
}