FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

MeasureReport/gr-scenario4

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 "gr-scenario4"];
  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><p><b>status</b>: complete</p><p><b>type</b>: individual</p><p><b>measure</b>: <a href=\"http://hl7.org/fhir/uv/cpg/Measure/activity-example-generatereport\">http://hl7.org/fhir/uv/cpg/Measure/activity-example-generatereport</a></p><p><b>subject</b>: <a href=\"Patient-gr-scenario4.html\">Generated Summary: active; Example Patient; gender: female; birthDate: 1990-10-01; </a></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>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/measure-improvement-notation increase}\">Increased score indicates improvement</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><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>: 100</p></blockquote></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/activity-example-generatereport";
     fhir:link <http://hl7.org/fhir/uv/cpg/Measure/activity-example-generatereport>
  ];
  fhir:MeasureReport.subject [
     fhir:Reference.reference [ fhir:value "Patient/gr-scenario4" ]
  ];
  fhir:MeasureReport.date [ fhir:value "2020-01-15"^^xsd:date];
  fhir:MeasureReport.period [
     fhir:Period.start [ fhir:value "2020-01-15"^^xsd:date ];
     fhir:Period.end [ fhir:value "2020-01-15"^^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 "increase" ]     ]
  ];
  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 "100"^^xsd:decimal ]     ]
  ].

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

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