Data Exchange For Quality Measures Implementation Guide
4.0.0-ballot - STU Ballot US

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0-ballot: STU4 (v4.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, 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:Resource.id [ fhir:value "guidanceresponse01"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-guidanceresponse-detailedcaregap";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-guidanceresponse-detailedcaregap>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: GuidanceResponse</b><a name=\"guidanceresponse01\"> </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 GuidanceResponse &quot;guidanceresponse01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-gaps-guidanceresponse-detailedcaregap.html\">Detailed Care Gap Guidance Response</a></p></div><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\">Patient/patient01</a> &quot; WEBSTER&quot;</p><p><b>reasonCode</b>: Data Element is Present <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-care-gap-reason.html\">Care Gap Reasons Code System</a>#Present)</span>,  <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (</span></p><p><b style=\"color: maroon\">Exception generating Narrative: null</b></p></div>"
  ]; # 
  fhir:GuidanceResponse.moduleUri [ fhir:value "http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"]; # 
  fhir:GuidanceResponse.status [ fhir:value "success"]; # 
  fhir:GuidanceResponse.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient01" ]
  ]; # 
  fhir:GuidanceResponse.reasonCode [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason" ];
       fhir:Coding.code [ fhir:value "Present" ];
       fhir:Coding.display [ fhir:value "Data Element is Present" ]     ]
  ], [
     fhir:index 1;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "reference" ];
         fhir:Extension.valueReference [
           fhir:Reference.reference [ fhir:value "Patient/patient01" ]         ]       ], [
         fhir:index 1;
         fhir:Extension.url [ fhir:value "path" ];
         fhir:Extension.valueString [ fhir:value "example" ]       ];
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/reasonDetail" ]     ]
  ]. # 

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.