Data Exchange For Quality Measures Implementation Guide
3.1.0 - STU 3.1.0 US

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.1.0: STU 3) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Summary MeasureReport Date of Last Power Outage - 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:Resource.id [ fhir:value "date-of-last-power-outage"];
  fhir:Resource.meta [
     fhir:Meta.source [ fhir:value "http://example.org/fhir/server" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/summary-measurereport-deqm";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/summary-measurereport-deqm>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MeasureReport</b><a name=\"date-of-last-power-outage\"> </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;date-of-last-power-outage&quot; </p><p style=\"margin-bottom: 0px\">Information Source: http://example.org/fhir/server!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-summary-measurereport-deqm.html\">DEQM Summary MeasureReport Profile</a></p></div><p><b>DEQM Measure Scoring Extension</b>: Continuous Variable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-measure-scoring.html\">MeasureScoring</a>#continuous-variable)</span></p><p><b>status</b>: complete</p><p><b>type</b>: summary</p><p><b>measure</b>: <a href=\"Measure-date-of-last-power-outage.html\">Date Of Last Power Outage</a></p><p><b>date</b>: 2020-07-07 02:29:28-0700</p><p><b>reporter</b>: <a href=\"Organization-organization01.html\">Organization/organization01</a> &quot;DaVinciHospital01&quot;</p><p><b>period</b>: 2018-07-07 --&gt; 2020-07-07</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/4.0.0/CodeSystem-measure-improvement-notation.html\">MeasureImprovementNotation</a>#decrease)</span></p><blockquote><p><b>group</b></p><blockquote><p><b>population</b></p><p><b>code</b>: Measure Observation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-measure-population.html\">MeasurePopulationType</a>#measure-observation)</span></p><p><b>count</b>: 1</p></blockquote><p><b>measureScore</b>: </p></blockquote></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-measureScoring" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-scoring" ];
         fhir:Coding.code [ fhir:value "continuous-variable" ]       ]     ]
  ];
  fhir:MeasureReport.status [ fhir:value "complete"];
  fhir:MeasureReport.type [ fhir:value "summary"];
  fhir:MeasureReport.measure [
     fhir:value "http://hl7.org/fhir/us/davinci-deqm/Measure/date-of-last-power-outage";
     fhir:link <http://hl7.org/fhir/us/davinci-deqm/Measure/date-of-last-power-outage>
  ];
  fhir:MeasureReport.date [ fhir:value "2020-07-07T14:29:28-07:00"^^xsd:dateTime];
  fhir:MeasureReport.reporter [
     fhir:Reference.reference [ fhir:value "Organization/organization01" ]
  ];
  fhir:MeasureReport.period [
     fhir:Period.start [ fhir:value "2018-07-07"^^xsd:date ];
     fhir:Period.end [ fhir:value "2020-07-07"^^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:Coding.display [ fhir:value "Decreased score indicates improvement" ]     ]
  ];
  fhir:MeasureReport.group [
     fhir:index 0;
     fhir:Element.id [ fhir:value "location-datetime" ];
     fhir:MeasureReport.group.population [
       fhir:index 0;
       fhir:Element.id [ fhir:value "measure-observation" ];
       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:Coding.display [ fhir:value "Measure Observation" ]         ]       ];
       fhir:MeasureReport.group.population.count [ fhir:value "1"^^xsd:integer ]     ];
     fhir:MeasureReport.group.measureScore [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-alternateScoreType" ];
         fhir:Extension.valueDateTime [ fhir:value "2019-10-07T14:29:28-07:00"^^xsd:dateTime ]       ]     ]
  ].

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

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