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

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "gaps-composition03",
  "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><b>Generated Narrative: Composition</b><a name=\"gaps-composition03\"> </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 Composition &quot;gaps-composition03&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-gaps-composition-deqm.html\">DEQM Gaps In Care Composition Profile</a></p></div><p><b>status</b>: final</p><p><b>type</b>: Gaps in care report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#96315-7)</span></p><p><b>date</b>: 2020-07-07 13:08:53+0000</p><p><b>author</b>: <a href=\"Organization-gaps-organization-reportingvendor.html\">Organization/gaps-organization-reportingvendor</a> &quot;GapsReportingVendor01&quot;</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-07-07T13: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-measurereport04"
      },
      "entry" : [
        {
          🔗 "reference" : "DetectedIssue/gaps-detectedissue04"
        }
      ]
    }
  ]
}