FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4 |
| Resource Type | MeasureReport |
| Id | MeasureReport-chf-scenario1-bodyweight2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MeasureReport chf-scenario1-bodyweight2
status: Complete
type: Individual
measure: CHF Body Weight Metric
subject: Patterson, Jeremy Male, DoB: 1949-03-17
date: 2019-02-01
period: 2019-02-01 --> 2019-02-01
improvementNotation: Decreased score indicates improvement
group
Populations
Code Count Measure Observation 1 measureScore: 95.4 kg (Details: UCUM codekg = 'kg')
evaluatedResource: Observation Body weight
{
"resourceType": "MeasureReport",
"id": "chf-scenario1-bodyweight2",
"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-01",
"period": {
"start": "2019-02-01",
"end": "2019-02-01"
},
"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.4,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}
],
"evaluatedResource": [
{
"reference": "Observation/chf-scenario1-bodyweight2-observation"
}
]
}