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

: Guidance Response Example

Page standards status: Informative

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/GuidanceResponse/guidanceresponse01> a fhir:GuidanceResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "guidanceresponse01"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-detailedcaregapguidanceresponse" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-detailedcaregapguidanceresponse>
     ]
  ] ;
  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: GuidanceResponse guidanceresponse01</b></p><a name=\"guidanceresponse01\"> </a><a name=\"hcguidanceresponse01\"> </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-detailedcaregapguidanceresponse.html\">DEQM Detailed Care Gap Guidance Response</a></p></div><p><b>module</b>: <a href=\"http://example.org/radiology-appropriateness-guidelines.html\">http://example.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/uv/deqm/CodeSystem/deqm-care-gap-reason ValueInRange}\">Value is within specified range</span></p></div>"
  ] ;
  fhir:GuidanceResponse.moduleUri [ fhir:value "http://example.org/radiology-appropriateness-guidelines.html"] ;
  fhir:GuidanceResponse.status [ fhir:value "success"] ;
  fhir:GuidanceResponse.subject [
     fhir:link <http://hl7.org/fhir/Patient/patient01> ;
     fhir:Reference.reference [ fhir:value "Patient/patient01" ]
  ] ;
  fhir:GuidanceResponse.reasonCode [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "reference" ] ;
         fhir:Extension.valueReference [
           fhir:link <http://hl7.org/fhir/Observation/observation01> ;
           fhir:Reference.reference [ fhir:value "Observation/observation01" ]
         ]
       ], [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "path" ] ;
         fhir:Extension.valueString [ fhir:value "value" ]
       ] ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-reasonDetail" ]
     ] ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-care-gap-reason" ] ;
       fhir:Coding.code [ fhir:value "ValueInRange" ] ;
       fhir:Coding.display [ fhir:value "Value is within specified range" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/patient01> a fhir:Patient .

<http://hl7.org/fhir/Observation/observation01> a fhir:Observation .

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

<http://hl7.org/fhir/GuidanceResponse/guidanceresponse01.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/GuidanceResponse/guidanceresponse01.ttl> .