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

: Gaps DetectedIssue01 - JSON Representation

Raw json | Download


{
  "resourceType" : "DetectedIssue",
  "id" : "gaps-detectedissue01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-detectedissue-deqm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DetectedIssue</b><a name=\"gaps-detectedissue01\"> </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 DetectedIssue &quot;gaps-detectedissue01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-gaps-detectedissue-deqm.html\">DEQM Gaps In Care Detected Issue Profile</a></p></div><blockquote><p><b>modifierExtension[http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-gapStatus]</b></p></blockquote><p><b>status</b>: final</p><p><b>code</b>: Caregap <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-ActCode.html\">ActCode</a>#CAREGAP)</span></p><p><b>patient</b>: <a href=\"Patient-gaps-patient01.html\">Patient/gaps-patient01</a> &quot; SUSAN&quot;</p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"MeasureReport-gaps-indv-measurereport01.html\">MeasureReport/gaps-indv-measurereport01</a></td></tr></table></div>"
  },
  "modifierExtension" : [
    {
      "url" : "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-gapStatus",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/gaps-status",
            "code" : "open-gap"
          }
        ]
      }
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "CAREGAP",
        "display" : "Caregap"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/gaps-patient01"
  },
  "evidence" : [
    {
      "detail" : [
        {
          🔗 "reference" : "MeasureReport/gaps-indv-measurereport01"
        }
      ]
    }
  ]
}