FHIR Clinical Guidelines (v1.0.0) (STU1)

Clinical Practice Guidelines, published by Clinical Decision Support WG. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions

MeasureReport/chf-scenario1-bodyweight2

Formats: Narrative, XML, JSON, Turtle

Raw ttl


@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:Resource.id [ fhir:value "chf-scenario1-bodyweight2"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"chf-scenario1-bodyweight2\" </p></div><p><b>status</b>: complete</p><p><b>type</b>: individual</p><p><b>measure</b>: <a href=\"Measure-chf-bodyweight.html\">CHF Body Weight Metric</a></p><p><b>subject</b>: <a href=\"Patient-chf-scenario1.html\">Patient/chf-scenario1</a> \" PATTERSON\"</p><p><b>date</b>: 2019-02-01</p><p><b>period</b>: 2019-02-01 --&gt; 2019-02-01</p><p><b>improvementNotation</b>: Decreased score indicates improvement <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-measure-improvement-notation.html\">MeasureImprovementNotation</a>#decrease)</span></p><blockquote><p><b>group</b></p><h3>Populations</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Count</b></td></tr><tr><td>*</td><td>Measure Observation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-measure-population.html\">MeasurePopulationType</a>#measure-observation)</span></td><td>1</td></tr></table><p><b>measureScore</b>: 95.4 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code kg = 'kg')</span></p></blockquote><p><b>evaluatedResource</b>: <a href=\"Observation-chf-scenario1-bodyweight2.html\">Observation/chf-scenario1-bodyweight2</a></p></div>"
  ];
  fhir:MeasureReport.status [ fhir:value "complete"];
  fhir:MeasureReport.type [ fhir:value "individual"];
  fhir:MeasureReport.measure [
     fhir:value "http://hl7.org/fhir/uv/cpg/Measure/chf-bodyweight";
     fhir:link <http://hl7.org/fhir/uv/cpg/Measure/chf-bodyweight>
  ];
  fhir:MeasureReport.subject [
     fhir:Reference.reference [ fhir:value "Patient/chf-scenario1" ]
  ];
  fhir:MeasureReport.date [ fhir:value "2019-02-01"^^xsd:date];
  fhir:MeasureReport.period [
     fhir:Period.start [ fhir:value "2019-02-01"^^xsd:date ];
     fhir:Period.end [ fhir:value "2019-02-01"^^xsd:date ]
  ];
  fhir:MeasureReport.improvementNotation [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-improvement-notation" ];
       fhir:Coding.code [ fhir:value "decrease" ]     ]
  ];
  fhir:MeasureReport.group [
     fhir:index 0;
     fhir:MeasureReport.group.population [
       fhir:index 0;
       fhir:MeasureReport.group.population.code [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ];
           fhir:Coding.code [ fhir:value "measure-observation" ]         ]       ];
       fhir:MeasureReport.group.population.count [ fhir:value "1"^^xsd:integer ]     ];
     fhir:MeasureReport.group.measureScore [
       fhir:Quantity.value [ fhir:value "95.4"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "kg" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "kg" ]     ]
  ];
  fhir:MeasureReport.evaluatedResource [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Observation/chf-scenario1-bodyweight2" ]
  ].

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

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