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 1.0.0-cibuild 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 DetectedIssue04
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 -------------------------------------------------------------------
<http://hl7.org/fhir/DetectedIssue/gaps-detectedissue04> a fhir:DetectedIssue ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "gaps-detectedissue04"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-gapsincaredetectedissue" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-gapsincaredetectedissue>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DetectedIssue gaps-detectedissue04</b></p><a name=\"gaps-detectedissue04\"> </a><a name=\"hcgaps-detectedissue04\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-deqm-gapsincaredetectedissue.html\">DEQM Gaps In Care Detected Issue Profile</a></p></div><p><b>DEQM Gap Status Modifier Extension</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-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/uv/cqm/Measure/EXM130-FHIR|8.0.000; 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:DomainResource.modifierExtension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-gapStatus" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-gaps-status" ] ;
fhir:Coding.code [ fhir:value "closed-gap" ]
]
]
] ;
fhir:DetectedIssue.status [ fhir:value "final"] ;
fhir:DetectedIssue.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "CAREGAP" ] ;
fhir:Coding.display [ fhir:value "Caregap" ]
]
] ;
fhir:DetectedIssue.patient [
fhir:link <http://hl7.org/fhir/Patient/gaps-patient01> ;
fhir:Reference.reference [ fhir:value "Patient/gaps-patient01" ]
] ;
fhir:DetectedIssue.evidence [
fhir:index -1 ;
fhir:DetectedIssue.evidence.detail [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/MeasureReport/gaps-indv-measurereport04> ;
fhir:Reference.reference [ fhir:value "MeasureReport/gaps-indv-measurereport04" ]
]
] .
<http://hl7.org/fhir/Patient/gaps-patient01> a fhir:Patient .
<http://hl7.org/fhir/MeasureReport/gaps-indv-measurereport04> a fhir:MeasureReport .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DetectedIssue/gaps-detectedissue04.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DetectedIssue/gaps-detectedissue04.ttl> .