HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: US Core Practitioner Example: Henry Seven - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner-us-core-henry-seven"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2020-10-12T23:30:54.519+00:00"/>
    <source value="#uayKJh0UHUoOujkz"/>
    <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">
            <table xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
                <tr>
                    <td style="font-weight: bold">id</td>
                    <td>
                        <div title="id">practitioner-us-core-henry-seven</div>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">meta</td>
                    <td>
                        <table>
                            <tr>
                                <td style="font-weight: bold">versionId</td>
                                <td>
                                    <div title="versionId">8</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">lastUpdated</td>
                                <td>
                                    <div title="lastUpdated">2019-10-14T01:24:13.000-04:00</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">profile</td>
                                <td>
                                    <div title="profile">http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner</div>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">identifier</td>
                    <td>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                            <li>
                                <div title="system">
                                    <a href="http://hl7.org/fhir/sid/us-npi">http://hl7.org/fhir/sid/us-npi</a>
                                </div>
                            </li>
                            <li>
                                <div title="value">9941339108</div>
                            </li>
                        </ul>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">name</td>
                    <td>
                        <table>
                            <tr>
                                <td style="font-weight: bold">family</td>
                                <td>
                                    <div title="family">Henry</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">given</td>
                                <td>
                                    <div title="given">Seven</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">suffix</td>
                                <td>
                                    <div title="suffix">M.D.</div>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">telecom</td>
                    <td>
                        <table>
                            <tr>
                                <td style="font-weight: bold">system</td>
                                <td>
                                    <div title="system">email</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">value</td>
                                <td>
                                    <div title="value">henry.seven@example.com</div>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">address</td>
                    <td>
                        <table>
                            <tr>
                                <td style="font-weight: bold">line</td>
                                <td>
                                    <div title="line">BMass Doctors</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">line</td>
                                <td>
                                    <div title="line">2100 North Ave</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">city</td>
                                <td>
                                    <div title="city">Burlington</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">state</td>
                                <td>
                                    <div title="state">MA</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">postalCode</td>
                                <td>
                                    <div title="postalCode">02368</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">country</td>
                                <td>
                                    <div title="country">US</div>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="9941339108"/>
  </identifier>
  <name>
    <family value="Henry"/>
    <given value="Seven"/>
    <suffix value="M.D."/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="henry.seven@example.com"/>
  </telecom>
  <address>
    <line value="BMass Doctors"/>
    <line value="2100 North Ave"/>
    <city value="Burlington"/>
    <state value="MA"/>
    <postalCode value="02368"/>
    <country value="US"/>
  </address>
</Practitioner>