Data Exchange For Quality Measures Implementation Guide
1.0.0-cibuild - CI Build International flag

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 Composition02

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/Composition/gaps-composition02> a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "gaps-composition02"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-gapsincarecomposition" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-gapsincarecomposition>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition gaps-composition02</b></p><a name=\"gaps-composition02\"> </a><a name=\"hcgaps-composition02\"> </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-gapsincarecomposition.html\">DEQM Gaps In Care Composition Profile</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 96315-7}\">Gaps in care report</span></p><p><b>date</b>: 2020-06-30 13:08:53+0000</p><p><b>author</b>: <a href=\"Organization-gaps-organization-reportingvendor.html\">Organization GapsReportingVendor01</a></p><p><b>title</b>: Care Gap Report for patient gaps-patient02</p></div>"
  ] ;
  fhir:Composition.status [ fhir:value "final"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:96315-7 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "96315-7" ] ;
       fhir:Coding.display [ fhir:value "Gaps in care report" ]
     ]
  ] ;
  fhir:Composition.subject [
     fhir:link <http://hl7.org/fhir/Patient/gaps-patient02> ;
     fhir:Reference.reference [ fhir:value "Patient/gaps-patient02" ]
  ] ;
  fhir:Composition.date [ fhir:value "2020-06-30T13:08:53+00:00"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Organization/gaps-organization-reportingvendor> ;
     fhir:Reference.reference [ fhir:value "Organization/gaps-organization-reportingvendor" ]
  ] ;
  fhir:Composition.title [ fhir:value "Care Gap Report for patient gaps-patient02"] ;
  fhir:Composition.section [
     fhir:index -1 ;
     fhir:Composition.section.title [ fhir:value "Colorectal Cancer Screening" ] ;
     fhir:Composition.section.focus [
       fhir:link <http://hl7.org/fhir/MeasureReport/gaps-indv-measurereport03> ;
       fhir:Reference.reference [ fhir:value "MeasureReport/gaps-indv-measurereport03" ]
     ] ;
     fhir:Composition.section.entry [
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/DetectedIssue/gaps-detectedissue03> ;
       fhir:Reference.reference [ fhir:value "DetectedIssue/gaps-detectedissue03" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/gaps-patient02> a fhir:Patient .

<http://hl7.org/fhir/Organization/gaps-organization-reportingvendor> a fhir:Organization .

<http://hl7.org/fhir/MeasureReport/gaps-indv-measurereport03> a fhir:MeasureReport .

<http://hl7.org/fhir/DetectedIssue/gaps-detectedissue03> a fhir:DetectedIssue .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Composition/gaps-composition02.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Composition/gaps-composition02.ttl> .