This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0: STU4 (v4.0.0)) 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
: Datax Measurereport01 - JSON Representation
Raw json | Download
{
"resourceType" : "MeasureReport",
"id" : "datax-measurereport01",
"meta" : {
"source" : "http://example.org/fhir/server",
"profile" : [
"http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/datax-measurereport-deqm"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MeasureReport</b><a name=\"datax-measurereport01\"> </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 "datax-measurereport01" </p><p style=\"margin-bottom: 0px\">Information Source: http://example.org/fhir/server!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-datax-measurereport-deqm.html\">DEQM Data Exchange MeasureReport Profile</a></p></div><p><b>CQFM Software System</b>: <a href=\"Device-deqm-software-system-example.html\">Device/deqm-software-system-example</a></p><p><b>DEQM Submit Data Update Type Extension</b>: incremental</p><p><b>status</b>: complete</p><p><b>type</b>: data-collection</p><p><b>measure</b>: <a href=\"Measure-measure-mrp-example.html\">MRP Measure</a></p><p><b>subject</b>: <a href=\"Patient-patient01.html\">Patient/patient01</a> " WEBSTER"</p><p><b>date</b>: 2018-09-05 16:59:52+0000</p><p><b>reporter</b>: <a href=\"Organization-organization01.html\">Organization/organization01</a> "DaVinciHospital01"</p><p><b>period</b>: 2018-08-01 --> 2018-09-01</p><p><b>evaluatedResource</b>: <a href=\"Task-task01.html\">Task/task01</a></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-softwaresystem",
"valueReference" : {
"reference" : "Device/deqm-software-system-example"
}
},
{
"url" : "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-submitDataUpdateType",
"valueCode" : "incremental"
}
],
"status" : "complete",
"type" : "data-collection",
"measure" : "http://hl7.org/fhir/us/davinci-deqm/Measure/measure-mrp-example",
"subject" : {
"reference" : "Patient/patient01"
},
"date" : "2018-09-05T16:59:52.404Z",
"reporter" : {
"reference" : "Organization/organization01"
},
"period" : {
"start" : "2018-08-01",
"end" : "2018-09-01"
},
"evaluatedResource" : [
{
"reference" : "Task/task01"
}
]
}