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 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
: chf-scenario1-bodyweight-change3 - 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 "chf-scenario1-bodyweight-change3"] ; #
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: MeasureReport chf-scenario1-bodyweight-change3</b></p><a name=\"chf-scenario1-bodyweight-change3\"> </a><a name=\"hcchf-scenario1-bodyweight-change3\"> </a><a name=\"chf-scenario1-bodyweight-change3-en-US\"> </a><p><b>status</b>: Complete</p><p><b>type</b>: Individual</p><p><b>measure</b>: <a href=\"Measure-chf-bodyweight-change-measure.html\">CHF Body Weight Change Metric</a></p><p><b>subject</b>: <a href=\"Patient-chf-scenario1-patient.html\">Patterson, Jeremy Male, DoB: 1949-03-17</a></p><p><b>date</b>: 2019-02-03</p><p><b>period</b>: 2019-02-02 --> 2019-02-03</p><p><b>improvementNotation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-improvement-notation decrease}\">Decreased score indicates improvement</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><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population measure-observation}\">Measure Observation</span></td><td>1</td></tr></table><p><b>measureScore</b>: -1.2 kg/d<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codekg/d = 'kg/d')</span></p></blockquote><p><b>evaluatedResource</b>: </p><ul><li><a href=\"Observation-chf-scenario1-bodyweight3-observation.html\">Observation Body weight</a></li><li><a href=\"Observation-chf-scenario1-bodyweight4-observation.html\">Observation Body weight</a></li><li><a href=\"Observation-chf-scenario1-bodyweight-change3-observation.html\">Observation Body weight change</a></li></ul></div>"
] ; #
fhir:status [ fhir:v "complete"] ; #
fhir:type [ fhir:v "individual"] ; #
fhir:measure [
fhir:v "http://hl7.org/fhir/uv/cpg/Measure/chf-bodyweight-change-measure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/Measure/chf-bodyweight-change-measure>
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/chf-scenario1-patient" ]
] ; #
fhir:date [ fhir:v "2019-02-03"^^xsd:date] ; #
fhir:period [
fhir:start [ fhir:v "2019-02-02"^^xsd:date ] ;
fhir:end [ fhir:v "2019-02-03"^^xsd:date ]
] ; #
fhir:improvementNotation [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-improvement-notation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "decrease" ] ] )
] ; #
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 "-1.2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "kg/d" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kg/d" ] ]
] ) ; #
fhir:evaluatedResource ( [
fhir:reference [ fhir:v "Observation/chf-scenario1-bodyweight3-observation" ]
] [
fhir:reference [ fhir:v "Observation/chf-scenario1-bodyweight4-observation" ]
] [
fhir:reference [ fhir:v "Observation/chf-scenario1-bodyweight-change3-observation" ]
] ) . #