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

FHIR IG analytics

Packagehl7.fhir.uv.cpg
Resource TypeMeasureReport
IdMeasureReport-chf-scenario1-bodyweight4.json
FHIR VersionR4

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

Generated Narrative: MeasureReport chf-scenario1-bodyweight4

status: Complete

type: Individual

measure: CHF Body Weight Metric

subject: Patterson, Jeremy Male, DoB: 1949-03-17

date: 2019-02-03

period: 2019-02-03 --> 2019-02-03

improvementNotation: Decreased score indicates improvement

group

Populations

-CodeCount
*Measure Observation1

measureScore: 95.7 kg (Details: UCUM codekg = 'kg')

evaluatedResource: Observation Body weight


Source1

{
  "resourceType": "MeasureReport",
  "id": "chf-scenario1-bodyweight4",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "complete",
  "type": "individual",
  "measure": "http://hl7.org/fhir/uv/cpg/Measure/chf-bodyweight-measure",
  "subject": {
    "reference": "Patient/chf-scenario1-patient"
  },
  "date": "2019-02-03",
  "period": {
    "start": "2019-02-03",
    "end": "2019-02-03"
  },
  "improvementNotation": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
        "code": "decrease"
      }
    ]
  },
  "group": [
    {
      "population": [
        {
          "code": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/measure-population",
                "code": "measure-observation"
              }
            ]
          },
          "count": 1
        }
      ],
      "measureScore": {
        "value": 95.7,
        "unit": "kg",
        "system": "http://unitsofmeasure.org",
        "code": "kg"
      }
    }
  ],
  "evaluatedResource": [
    {
      "reference": "Observation/chf-scenario1-bodyweight4-observation"
    }
  ]
}