Data Exchange For Quality Measures Implementation Guide
5.0.0 - STU5 United States of America 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 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

: Guidance Response Example - 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:GuidanceResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "guidanceresponse01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-guidanceresponse-detailedcaregap"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-guidanceresponse-detailedcaregap>     ] )
  ] ; # 
  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: GuidanceResponse guidanceresponse01</b></p><a name=\"guidanceresponse01\"> </a><a name=\"hcguidanceresponse01\"> </a><a name=\"guidanceresponse01-en-US\"> </a><p><b>module</b>: <a href=\"http://someguidelineprovider.org/radiology-appropriateness-guidelines.html\">http://someguidelineprovider.org/radiology-appropriateness-guidelines.html</a></p><p><b>status</b>: Success</p><p><b>subject</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason ValueInRange}\">Value is within specified range</span></p></div>"
  ] ; # 
  fhir:module [ fhir:v "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"^^xsd:anyURI] ; # 
  fhir:status [ fhir:v "success"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient01" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:extension [
      ( fhir:extension [
fhir:url [ fhir:v "reference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Observation/observation01" ]         ]       ] [
fhir:url [ fhir:v "path"^^xsd:anyURI ] ;
fhir:value [ fhir:v "value" ]       ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/reasonDetail"^^xsd:anyURI ]     ] ) ;
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ValueInRange" ] ;
fhir:display [ fhir:v "Value is within specified range" ]     ] )
  ] ) . #