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

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v5.0.0-ballot: STU5 (v5.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.0.0. For a full list of available versions, see the Directory of published versions

: Gaps Composition01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "gaps-composition01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-composition-deqm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition gaps-composition01</b></p><a name=\"gaps-composition01\"> </a><a name=\"hcgaps-composition01\"> </a><a name=\"gaps-composition01-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 96315-7}\">Gaps in care report</span></p><p><b>date</b>: 2020-06-30 13:08:53+0000</p><p><b>author</b>: <a href=\"Organization-gaps-organization-reportingvendor.html\">Organization GapsReportingVendor01</a></p><p><b>title</b>: Care Gap Report for patient gaps-patient01</p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "96315-7",
        "display" : "Gaps in care report"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/gaps-patient01"
  },
  "date" : "2020-06-30T13:08:53+00:00",
  "author" : [
    {
      🔗 "reference" : "Organization/gaps-organization-reportingvendor"
    }
  ],
  "title" : "Care Gap Report for patient gaps-patient01",
  "section" : [
    {
      "title" : "Colorectal Cancer Screening",
      "focus" : {
        🔗 "reference" : "MeasureReport/gaps-indv-measurereport01"
      },
      "entry" : [
        {
          🔗 "reference" : "DetectedIssue/gaps-detectedissue01"
        }
      ]
    },
    {
      "title" : "Cervical Cancer Screening",
      "focus" : {
        🔗 "reference" : "MeasureReport/gaps-indv-measurereport02"
      },
      "entry" : [
        {
          🔗 "reference" : "DetectedIssue/gaps-detectedissue02"
        }
      ]
    }
  ]
}