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
: Gaps DetectedIssue05 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@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:_DetectedIssue ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "gaps-detectedissue05"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-detectedissue-deqm"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-detectedissue-deqm> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DetectedIssue gaps-detectedissue05</b></p><a name=\"gaps-detectedissue05\"> </a><a name=\"hcgaps-detectedissue05\"> </a><a name=\"gaps-detectedissue05-en-US\"> </a><p><b>DEQM Gap Status Modifier Extension</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-deqm/CodeSystem/gaps-status closed-gap}\">Closed Gap</span></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode CAREGAP}\">Caregap</span></p><p><b>patient</b>: <a href=\"Patient-gaps-patient01.html\">Parker Susan Female, DoB: 1965-01-01 ( Medical Record Number: 999995992 (use: usual, ))</a></p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"MeasureReport-gaps-indv-measurereport04.html\">MeasureReport: extension = Proportion,urn:oid:2.16.840.1.113883.3.2074.1#0015HQN9BD3304E,->Organization GapsReportingVendor01; status = complete; type = individual; measure = http://hl7.org/fhir/us/davinci-deqm/Measure/measure-exm130-example; date = 2020-07-07 13:08:52+0000; period = 2020-01-01 --> 2020-12-31; improvementNotation = Increased score indicates improvement</a></td></tr></table></div>"
] ; #
fhir:modifierExtension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-gapStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/gaps-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "closed-gap" ] ] ) ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CAREGAP" ] ;
fhir:display [ fhir:v "Caregap" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/gaps-patient01" ]
] ; #
fhir:evidence ( [
( fhir:detail [
fhir:reference [ fhir:v "MeasureReport/gaps-indv-measurereport04" ] ] )
] ) . #