Data Exchange For Quality Measures STU3 for FHIR R4
3.0.0 - STU 3

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.0.0: STU 3) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, 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</b></p><p><b>status</b>: final</p><p><b>code</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActCode CAREGAP}\">Care Gaps</span></p><p><b>patient</b>: <a href=\"Patient-gaps-patient01.html\">Generated Summary: Medical Record Number: 999995992 (USUAL); Parker Susan ; gender: female; birthDate: 1965-01-01</a></p><h3>Evidences</h3><table class=\"grid\"><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a href=\"MeasureReport-gaps-indv-measurereport01.html\">Generated Summary: status: complete; type: individual; measure: http://hl7.org/fhir/us/davinci-deqm/Measure/measure-exm130-example; date: Jun 30, 2020 1:08:52 PM; period: Jan 1, 2020 12:00:00 AM --&gt; Dec 31, 2020 12:00:00 AM; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/measure-improvement-notation increase}\">Increased score indicates improvement</span></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" : "Care Gaps"
      }
    ]
  },
  "patient" : {
    "reference" : "Patient/gaps-patient01"
  },
  "evidence" : [
    {
      "detail" : [
        {
          "reference" : "MeasureReport/gaps-indv-measurereport01"
        }
      ]
    }
  ]
}