Data Exchange For Quality Measures STU2 for FHIR R4 Implementation Guide (Release 1.1.0 STU2 Ballot)

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v1.1.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: MeasureReport-indv-measurereport02

Download Raw json

{
  "resourceType" : "MeasureReport",
  "id" : "indv-measurereport02",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-measurereport-deqm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: indv-measurereport02</p><p><b>meta</b>: </p><p><b>status</b>: complete</p><p><b>type</b>: individual</p><p><b>measure</b>: <a href=\"http://hl7.org/fhir/us/davinci-deqm/Measure/measure-mrp-example\">http://hl7.org/fhir/us/davinci-deqm/Measure/measure-mrp-example</a></p><p><b>subject</b>: <a href=\"Patient-patient01.html\">Generated Summary: id: patient01; Medical record number = 12345 (USUAL); active; Jairo Webster (OFFICIAL); gender: male; birthDate: 1946-12-16; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></a></p><p><b>date</b>: Sep 5, 2018 4:59:52 PM</p><p><b>reporter</b>: <a href=\"Organization-organization01.html\">Generated Summary: id: organization01; Tax ID number = 123456789 (OFFICIAL); active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: DaVinciHospital01; ph: (+1) 401-555-1212</a></p><p><b>period</b>: Aug 1, 2018 12:00:00 AM --&gt; Sep 1, 2018 12:00:00 AM</p><blockquote><p><b>group</b></p><p><b>code</b>: 112 <span style=\"background: LightGoldenRodYellow\">(Details : {http://example.org code '112' = '112', given as '112'})</span></p><h3>Populations</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Initial Population <span style=\"background: LightGoldenRodYellow\">(Details : {http://example.org code 'initial-population' = 'initial-population', given as 'Initial Population'})</span></td></tr></table><p><b>measureScore</b>: 100</p></blockquote><p><b>evaluatedResource</b>: <a href=\"Observation-observation01.html\">Generated Summary: id: observation01; <span title=\"Codes: {http://acme.org/observation-category measure}\">Measure</span>; <span title=\"Codes: {http://www.ama-assn.org/go/cpt 1111F}\">Medication Reconciliation</span>; effective: Sep 29, 2018 2:15:04 PM; issued: Sep 29, 2018 2:15:04 PM; value</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-certificationIdentifier",
      "valueIdentifier" : {
        "system" : "urn:oid:2.16.840.1.113883.3.2074.1",
        "value" : "0015HQN9BD3304E"
      }
    },
    {
      "url" : "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-reportingVendor",
      "valueReference" : {
        "reference" : "Organization/organization02"
      }
    }
  ],
  "status" : "complete",
  "type" : "individual",
  "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"
  },
  "group" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://example.org",
            "code" : "112",
            "display" : "112"
          }
        ]
      },
      "population" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://example.org",
                "code" : "initial-population",
                "display" : "Initial Population"
              }
            ]
          }
        }
      ],
      "measureScore" : {
        "value" : 100
      }
    }
  ],
  "evaluatedResource" : [
    {
      "reference" : "Observation/observation01"
    }
  ]
}