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

: DetailedGuidanceResponse02 - JSON Representation

Raw json | Download


{
  "resourceType" : "GuidanceResponse",
  "id" : "detailedguidanceresponse02",
  "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 class=\"res-header-id\"><b>Generated Narrative: GuidanceResponse detailedguidanceresponse02</b></p><a name=\"detailedguidanceresponse02\"> </a><a name=\"hcdetailedguidanceresponse02\"> </a><a name=\"detailedguidanceresponse02-en-US\"> </a><p><b>module</b>: <a href=\"http://someguidelineprovider.org/medication-adherence-guidelines.html\">http://someguidelineprovider.org/medication-adherence-guidelines.html</a></p><p><b>status</b>: Success</p><p><b>subject</b>: <a href=\"Patient-patient02.html\">Darien Bernard (official) Male, DoB: 1967-06-13 ( Medical record number: 23456\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason CountOutOfRange}\">Count is out of specified range</span></p><p><b>note</b>: Consider providing patient education materials, optimizing medication schedules, and leveraging adherence monitoring tools.</p><blockquote><p><b>dataRequirement</b></p></blockquote><blockquote><p><b>dataRequirement</b></p></blockquote><blockquote><p><b>dataRequirement</b></p></blockquote></div>"
  },
  "moduleUri" : "http://someguidelineprovider.org/medication-adherence-guidelines.html",
  "status" : "success",
  "subject" : {
    🔗 "reference" : "Patient/patient02"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason",
          "code" : "CountOutOfRange",
          "display" : "Count is out of specified range"
        }
      ]
    }
  ],
  "note" : [
    {
      "text" : "Consider providing patient education materials, optimizing medication schedules, and leveraging adherence monitoring tools."
    }
  ],
  "dataRequirement" : [
    {
      "type" : "MedicationRequest",
      "profile" : [
        🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationnotrequested"
      ],
      "mustSupport" : [
        "authoredOn",
        "authoredOn.value",
        "medication",
        "reasonCode"
      ]
    },
    {
      "type" : "Observation",
      "profile" : [
        🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-simple-observation"
      ],
      "mustSupport" : [
        "code",
        "code.coding",
        "code.coding.code",
        "value",
        "status",
        "status.value",
        "effective"
      ],
      "codeFilter" : [
        {
          "path" : "code.code",
          "code" : [
            {
              "system" : "http://loinc.org",
              "code" : "99562-1",
              "display" : "Adherence panel [R-Outcomes]"
            }
          ]
        }
      ]
    },
    {
      "type" : "QuestionnaireResponse",
      "profile" : [
        🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse"
      ]
    }
  ]
}