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

XML Format: Practitioner-practitioner01

Download Raw xml


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner01"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: practitioner01</p><p><b>meta</b>: </p><p><b>identifier</b>: Provider number = 456789123 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Cody Hale </p><p><b>gender</b>: male</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PRN"/>
        <display value="Provider number"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="456789123"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Hale"/>
    <given value="Cody"/>
    <suffix value="MD"/>
  </name>
  <gender value="male"/>
</Practitioner>