Clinical Practice Guidelines
2.0.0-ballot - ballot International flag

Clinical Practice Guidelines, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions

: gr-scenario4 - 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:MeasureReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "gr-scenario4"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MeasureReport</b><a name=\"gr-scenario4\"> </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 MeasureReport &quot;gr-scenario4&quot; </p></div><p><b>status</b>: complete</p><p><b>type</b>: individual</p><p><b>measure</b>: <a href=\"Measure-activity-example-generatereport-measure.html\">Activity Example Generate Report Measure</a></p><p><b>subject</b>: <a href=\"Patient-gr-scenario4-patient.html\">Patient/gr-scenario4-patient</a> &quot; PATIENT&quot;</p><p><b>date</b>: 2020-01-15</p><p><b>period</b>: 2020-01-15 --&gt; 2020-01-15</p><p><b>improvementNotation</b>: Increased score indicates improvement <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-measure-improvement-notation.html\">MeasureImprovementNotation</a>#increase)</span></p><blockquote><p><b>group</b></p><h3>Populations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Count</b></td></tr><tr><td style=\"display: none\">*</td><td>Measure Observation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-measure-population.html\">MeasurePopulationType</a>#measure-observation)</span></td><td>1</td></tr></table><p><b>measureScore</b>: 100</p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "complete"] ; # 
  fhir:type [ fhir:v "individual"] ; # 
  fhir:measure [
fhir:v "http://hl7.org/fhir/uv/cpg/Measure/activity-example-generatereport-measure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/Measure/activity-example-generatereport-measure>
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/gr-scenario4-patient" ]
  ] ; # 
  fhir:date [ fhir:v "2020-01-15"^^xsd:date] ; # 
  fhir:period [
fhir:start [ fhir:v "2020-01-15"^^xsd:date ] ;
fhir:end [ fhir:v "2020-01-15"^^xsd:date ]
  ] ; # 
  fhir:improvementNotation [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-improvement-notation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "increase" ]     ] )
  ] ; # 
  fhir:group ( [
    ( fhir:population [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ] ;
fhir:code [ fhir:v "measure-observation" ]         ] )       ] ;
fhir:count [ fhir:v "1"^^xsd:integer ]     ] ) ;
fhir:measureScore [
fhir:value [ fhir:v "100"^^xsd:decimal ]     ]
  ] ) . #