This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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><b>Generated Narrative: GuidanceResponse</b><a name=\"detailedguidanceresponse02\"> </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 GuidanceResponse "detailedguidanceresponse02" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-gaps-guidanceresponse-detailedcaregap.html\">Detailed Care Gap Guidance Response</a></p></div><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\">Patient/patient02</a> " BERNARD"</p><p><b>reasonCode</b>: Count is out of specified range <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-care-gap-reason.html\">Care Gap Reasons Code System</a>#CountOutOfRange)</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/STU5/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/STU5/StructureDefinition-qicore-observation.html\">QICore Observation</a></p><p><b>mustSupport</b>: code, code.coding, code.coding.code, value, status, status.value, effective</p><blockquote><p><b>codeFilter</b></p></blockquote></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/STU5.0.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-observation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-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#4.0.0 based on FHIR 4.0.1. Generated 2023-10-03
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change