Data Exchange For Quality Measures STU2 for FHIR R4
2.0.0 - STU2 Release

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v2.0.0: STU 2) 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

: Group01 - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "group01",
  "meta" : {
    "source" : "http://example.org/fhir/server"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: group01</p><p><b>meta</b>: </p><p><b>type</b>: person</p><p><b>actual</b>: true</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Practitioner-practitioner01.html\">Generated Summary: id: practitioner01; Provider number: 345678912 (OFFICIAL), Provider number: 082583 (SECONDARY); Ronald Bone </a></p><p><b>period</b>: 2020-07-07 --&gt; (ongoing)</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Practitioner-practitioner02.html\">Generated Summary: id: practitioner02; Provider number: 9998266512 (OFFICIAL); active; Emile Zieme(OFFICIAL); ph: 8605555555(WORK), ph: 8605555555(WORK); gender: male; birthDate: 1964-06-19; <span title=\"Codes: {urn:ietf:bcp:47 es}\">English and Spanish</span></a></p><p><b>period</b>: 2020-07-07 --&gt; (ongoing)</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Practitioner-practitioner03.html\">Generated Summary: id: practitioner03; NPI: 9991994957 (OFFICIAL); active; Roland Aufderhar(OFFICIAL); ph: 5555555555(WORK), ph: 5555555555(WORK); gender: male; birthDate: 1964-06-19; <span title=\"Codes: {urn:ietf:bcp:47 es}\">English and Spanish</span></a></p><p><b>period</b>: 2020-07-07 --&gt; (ongoing)</p></blockquote></div>"
  },
  "type" : "person",
  "actual" : true,
  "member" : [
    {
      "entity" : {
        "reference" : "Practitioner/practitioner01"
      },
      "period" : {
        "start" : "2020-07-07"
      }
    },
    {
      "entity" : {
        "reference" : "Practitioner/practitioner02"
      },
      "period" : {
        "start" : "2020-07-07"
      }
    },
    {
      "entity" : {
        "reference" : "Practitioner/practitioner03"
      },
      "period" : {
        "start" : "2020-07-07"
      }
    }
  ]
}