FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.deqm
Resource TypeMeasure
IdMeasure-date-of-last-power-outage.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/davinci-deqm/Measure-date-of-last-power-outage.html
URLhttp://hl7.org/fhir/uv/deqm/Measure/date-of-last-power-outage
Version1.0.0-ballot
Statusactive
Date2020-07-07
NameDateOfLastPowerOutage
TitleDate Of Last Power Outage
Realmuv
Authorityhl7
DescriptionThis example measure illustrates a use for the [DEQM Alternate Score Type Extension](StructureDefinition-deqm-alternateScoreType.html). It is a measure for a system health metric for "date of last power outage" for a location. The MeasureReport returns a measure Score as DateTime value using the [DEQM Alternate Score Type Extension](StructureDefinition-deqm-alternateScoreType.html).

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Metadata
Title Date Of Last Power Outage
Version 1.0.0-ballot
Approval Date 2020-07-07
Last Review Date 2020-07-07
Experimental true
Jurisdiction World
Steward (Publisher) HL7 International / Clinical Quality Information
Description

This example measure illustrates a use for the DEQM Alternate Score Type Extension. It is a measure for a system health metric for "date of last power outage" for a location. The MeasureReport returns a measure Score as DateTime value using the DEQM Alternate Score Type Extension.

Measure Basis Location
Measure Scoring Continuous Variable
Improvement Notation Decreased score indicates improvement
Measure Type structure from http://terminology.hl7.org/CodeSystem/measure-type
Measure Group (Rate) (ID: location-datetime)
Summary The MeasureReport returns a measure Score as DateTime value using the [DEQM Alternate Score Type Extension](StructureDefinition-deqm-alternateScoreType.html).
Generated using version 0.5.4-cibuild of the sample-content-ig Liquid templates

Source1

{
  "resourceType": "Measure",
  "id": "date-of-last-power-outage",
  "meta": {
    "source": "http://example.org/fhir/server"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-populationBasis",
      "valueCode": "Location"
    }
  ],
  "url": "http://hl7.org/fhir/uv/deqm/Measure/date-of-last-power-outage",
  "version": "1.0.0-ballot",
  "name": "DateOfLastPowerOutage",
  "title": "Date Of Last Power Outage",
  "status": "active",
  "experimental": true,
  "date": "2020-07-07",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "This example measure illustrates a use for the [DEQM Alternate Score Type Extension](StructureDefinition-deqm-alternateScoreType.html). It is a measure for a system health metric for \"date of last power outage\" for a  location. The MeasureReport returns a measure Score as DateTime value using the [DEQM Alternate Score Type Extension](StructureDefinition-deqm-alternateScoreType.html).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "approvalDate": "2020-07-07",
  "lastReviewDate": "2020-07-07",
  "effectivePeriod": {
    "start": "2020-07-07"
  },
  "scoring": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-scoring",
        "code": "continuous-variable",
        "display": "Continuous Variable"
      }
    ]
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/measure-type",
          "code": "structure"
        }
      ]
    }
  ],
  "improvementNotation": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
        "code": "decrease",
        "display": "Decreased score indicates improvement"
      }
    ]
  },
  "group": [
    {
      "id": "location-datetime",
      "description": "The MeasureReport returns a measure Score as DateTime value using the [DEQM Alternate Score Type Extension](StructureDefinition-deqm-alternateScoreType.html).",
      "population": [
        {
          "id": "measure-observation",
          "code": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/measure-population",
                "code": "measure-observation",
                "display": "Measure Observation"
              }
            ]
          },
          "description": "locations for observation",
          "criteria": {
            "language": "text/plain",
            "expression": "Count of locations in the measurement period."
          }
        }
      ]
    }
  ]
}