Data Exchange For Quality Measures Implementation Guide 3.1.0 - STU 3.1.0 US
Publication Build: This will be filled in by the publication tooling
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:Resource.id [ fhir:value "gaps-detectedissue05"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-detectedissue-deqm"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-detectedissue-deqm> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DetectedIssue</b><a name=\"gaps-detectedissue05\"> </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 DetectedIssue "gaps-detectedissue05" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-gaps-detectedissue-deqm.html\">DEQM Gaps In Care Detected Issue Profile</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Caregap <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html\">ActCode</a>#CAREGAP)</span></p><p><b>patient</b>: <a href=\"Patient-gaps-patient01.html\">Patient/gaps-patient01</a> " SUSAN"</p><h3>Evidences</h3><table class=\"grid\"><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a href=\"MeasureReport-gaps-indv-measurereport04.html\">MeasureReport/gaps-indv-measurereport04</a></td></tr></table></div>" ]; fhir:DomainResource.modifierExtension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-gapStatus" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/gaps-status" ]; fhir:Coding.code [ fhir:value "closed-gap" ] ] ] ]; fhir:DetectedIssue.status [ fhir:value "final"]; fhir:DetectedIssue.code [ fhir:CodeableConcept.coding [ fhir:index 0; 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:Reference.reference [ fhir:value "Patient/gaps-patient01" ] ]; fhir:DetectedIssue.evidence [ fhir:index 0; fhir:DetectedIssue.evidence.detail [ fhir:index 0; fhir:Reference.reference [ fhir:value "MeasureReport/gaps-indv-measurereport04" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.