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 Composition02 - TTL Representation
Raw ttl | Download
@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:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "gaps-composition02"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-composition-deqm"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-composition-deqm> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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><a name=\"gaps-composition02-en-US\"> </a><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:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:96315-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "96315-7" ] ;
fhir:display [ fhir:v "Gaps in care report" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/gaps-patient02" ]
] ; #
fhir:date [ fhir:v "2020-06-30T13:08:53+00:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Organization/gaps-organization-reportingvendor" ]
] ) ; #
fhir:title [ fhir:v "Care Gap Report for patient gaps-patient02"] ; #
fhir:section ( [
fhir:title [ fhir:v "Colorectal Cancer Screening" ] ;
fhir:focus [
fhir:reference [ fhir:v "MeasureReport/gaps-indv-measurereport03" ] ] ;
( fhir:entry [
fhir:reference [ fhir:v "DetectedIssue/gaps-detectedissue03" ] ] )
] ) . #