Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 5.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions
{
"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 class=\"res-header-id\"><b>Generated Narrative: MeasureReport datax-measurereport01</b></p><a name=\"datax-measurereport01\"> </a><a name=\"hcdatax-measurereport01\"> </a><a name=\"datax-measurereport01-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://example.org/fhir/server\">http://example.org/fhir/server</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-datax-measurereport-deqm.html\">DEQM Data Exchange MeasureReport Profile</a></p></div><p><b>CRMI Software System</b>: <a href=\"Device-deqm-software-system-example.html\">Device: type = Tooling</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\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>date</b>: 2018-09-05 16:59:52+0000</p><p><b>reporter</b>: <a href=\"Organization-organization01.html\">Organization DaVinciHospital01</a></p><p><b>period</b>: 2018-08-01 --> 2018-09-01</p><p><b>evaluatedResource</b>: <a href=\"Task-task01.html\">Task Fulfill the focal request</a></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-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"
}
]
}