FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Measure/date-of-last-power-outage

Packagehl7.fhir.us.davinci-deqm
Resource TypeMeasure
Iddate-of-last-power-outage
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-deqm/https://build.fhir.org/ig/HL7/davinci-deqm/Measure-date-of-last-power-outage.html
URLhttp://hl7.org/fhir/us/davinci-deqm/Measure/date-of-last-power-outage
Version5.0.0
Statusactive
Date2020-07-07
NameDateOfLastPowerOutage
TitleDate Of Last Power Outage
Realmus
Authorityhl7
DescriptionThis example measure illustrates a use for the [DEQM Alternate Score Type Extension](StructureDefinition-extension-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-extension-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

Knowledge Artifact Metadata
Name (machine-readable) DateOfLastPowerOutage
Title (human-readable) Date Of Last Power Outage
Status Active
Experimental true
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.

Approval Date 2020-07-07
Measure Steward HL7 International / Clinical Quality Information
Steward Contact Details http://www.hl7.org/Special/committees/cqi
Measure Metadata
Version Number 5.0.0
Measure Scoring Continuous Variable
Measure Type Structure
Improvement Notation Decreased score indicates improvement
Population Basis Location
Measure Population Criteria (ID: location-datetime)
Summary The MeasureReport returns a measure Score as DateTime value using the [DEQM Alternate Score Type Extension](StructureDefinition-extension-alternateScoreType.html).
Measure Observation ID: measure-observation
Description:

locations for observation

Generated using version 0.4.6 of the sample-content-ig Liquid templates

Source

{
  "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/us/cqfmeasures/StructureDefinition/cqfm-populationBasis",
      "valueCode": "Location"
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-deqm/Measure/date-of-last-power-outage",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.2.29.1"
    }
  ],
  "version": "5.0.0",
  "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-extension-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-extension-alternateScoreType.html).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "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-extension-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."
          }
        }
      ]
    }
  ]
}