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 5.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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:GuidanceResponse ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "detailedguidanceresponse02"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-guidanceresponse-detailedcaregap"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-guidanceresponse-detailedcaregap> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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 (use: usual, ))</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><p><b>type</b>: MedicationRequest</p><p><b>profile</b>: <a href=\"http://hl7.org/fhir/us/qicore/STU6/StructureDefinition-qicore-medicationnotrequested.html\">QICore Medication Not Requested</a></p><p><b>mustSupport</b>: authoredOn, authoredOn.value, medication, reasonCode</p></blockquote><blockquote><p><b>dataRequirement</b></p><p><b>type</b>: Observation</p><p><b>profile</b>: <a href=\"http://hl7.org/fhir/us/qicore/STU6/StructureDefinition-qicore-simple-observation.html\">QICore Simple Observation</a></p><p><b>mustSupport</b>: code, code.coding, code.coding.code, value, status, status.value, effective</p><h3>CodeFilters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Path</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>code.code</td><td><a href=\"https://loinc.org/99562-1\">Logical Observation Identifiers, Names and Codes (LOINC)</a> 99562-1: Adherence panel [R-Outcomes]</td></tr></table></blockquote><blockquote><p><b>dataRequirement</b></p><p><b>type</b>: QuestionnaireResponse</p><p><b>profile</b>: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-questionnaireresponse.html\">US Core QuestionnaireResponse Profile</a></p></blockquote></div>"
] ; #
fhir:module [ fhir:v "http://someguidelineprovider.org/medication-adherence-guidelines.html"^^xsd:anyURI] ; #
fhir:status [ fhir:v "success"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient02" ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CountOutOfRange" ] ;
fhir:display [ fhir:v "Count is out of specified range" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Consider providing patient education materials, optimizing medication schedules, and leveraging adherence monitoring tools." ]
] ) ; #
fhir:dataRequirement ( [
fhir:type [ fhir:v "MedicationRequest" ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationnotrequested"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationnotrequested> ] ) ;
( fhir:mustSupport [ fhir:v "authoredOn" ] [ fhir:v "authoredOn.value" ] [ fhir:v "medication" ] [ fhir:v "reasonCode" ] )
] [
fhir:type [ fhir:v "Observation" ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-simple-observation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-simple-observation> ] ) ;
( fhir:mustSupport [ fhir:v "code" ] [ fhir:v "code.coding" ] [ fhir:v "code.coding.code" ] [ fhir:v "value" ] [ fhir:v "status" ] [ fhir:v "status.value" ] [ fhir:v "effective" ] ) ;
( fhir:codeFilter [
fhir:path [ fhir:v "code.code" ] ;
( fhir:code [
a loinc:99562-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "99562-1" ] ;
fhir:display [ fhir:v "Adherence panel [R-Outcomes]" ] ] ) ] )
] [
fhir:type [ fhir:v "QuestionnaireResponse" ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse> ] )
] ) . #
IG © 2020+ HL7 International / Clinical Quality Information. Package hl7.fhir.us.davinci-deqm#5.0.0 based on FHIR 4.0.1. Generated 2024-10-21
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change