Data Exchange For Quality Measures Implementation Guide (Release 0.2.0 STU2 Ballot)

This is the (release 0.2.0) STU2 Ballot of the Data Exchange For Quality Measures Implementation Guide, based on FHIR Version 3.0.1. See the Directory of published versions.

JSON Format: Practitioner-practitioner03

Download Raw json

{
  "resourceType" : "Practitioner",
  "id" : "practitioner03",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-01-12T17:33:31.000+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/davinci-deqm/STU3/StructureDefinition/practitioner-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>: practitioner03</p><p><b>meta</b>: </p><p><b>identifier</b>: Provider number = 678912345 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Kristina Baldwin </p><p><b>gender</b>: female</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "PRN",
            "display" : "Provider number"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "678912345"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Baldwin",
      "given" : [
        "Kristina"
      ],
      "suffix" : [
        "MD"
      ]
    }
  ],
  "gender" : "female"
}