C-CDA on FHIR
1.1.0 - (FHIR R4) STU Release 1.1

This page is part of the C-CDA on FHIR Implementation Guide (v1.1.0: STU 1.1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Practitioner Brenda Jennings Richard - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="ccda-practitioner-example"/>
  <meta>
    <versionId value="6"/>
    <lastUpdated value="2020-08-12T21:30:18.070+00:00"/>
    <source value="#csn482LCsnDWyxbW"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><h3>Ids</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Meta</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>identifier</b>: US National Provider Identifier: 9999991011 (OFFICIAL)</p><p><b>name</b>: Brenda Jennings Richard </p><p><b>telecom</b>: ph: 313-555-6868(HOME), ph: 313-555-6443(WORK)</p><p><b>address</b>: 346 W Plum Avenu Dearborn MI 48123</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1976-11-15</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>
      <text value="US National Provider Identifier"/>
    </type>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="9999991011"/>
  </identifier>
  <name>
    <family value="Richard"/>
    <given value="Brenda"/>
    <given value="Jennings"/>
    <suffix value="MD"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="313-555-6868"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="313-555-6443"/>
    <use value="work"/>
  </telecom>
  <address>
    <text value="346 W Plum Avenu Dearborn MI 48123"/>
    <line value="346 W Plum Avenue"/>
    <city value="Dearborn"/>
    <state value="MI"/>
    <postalCode value="48126"/>
  </address>
  <gender value="female"/>
  <birthDate value="1976-11-15"/>
</Practitioner>