Data Exchange For Quality Measures STU3 for FHIR R4
3.0.0 - STU 3

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.0.0: STU 3) 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>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: 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: Provider number: 9998266512 (OFFICIAL); active; Emile Zieme(OFFICIAL); Phone: 8605555555, Phone: 8605555555; 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: NPI: 9991994957 (OFFICIAL); active; Roland Aufderhar(OFFICIAL); Phone: 5555555555, Phone: 5555555555; 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"
      }
    }
  ]
}