HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm CI Build

This page is part of the electronic Case Reporting (eCR) (v1.0.0: STU 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

XML Format: PractitionerRole-practitionerrole-henry-seven

Raw xml


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="practitionerrole-henry-seven"/>
  <meta>
    <versionId value="8"/>
    <lastUpdated value="2019-10-14T01:24:13.000-04:00"/>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
         <table xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
            <tr>
               <td style="font-weight: bold">id</td>
               <td>
                  <div title="id">practitionerrole-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/ecr/StructureDefinition/ecr-practitionerrole</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">practitioner</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li/>
                     <li>
                        <a href="Practitioner-practitioner-us-core-henry-seven.html">Henry Seven, MD</a>
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">organization</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li/>
                     <li>
                        <a href="Organization-organization-ecr-salem-medical-center.html">Salem Medical Center</a>
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">code</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                           <li>
                              <div title="display">Primary Care</div>  (<div title="code">261QP2300X</div> )
          </li>
                           <li>
                              <div title="system">
                                 <a href="http://nucc.org/provider-taxonomy">http://nucc.org/provider-taxonomy</a>
                              </div>
                           </li>
                        </ul>
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">specialty</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                           <li>
                              <div title="display">Family Practice</div>  (<div title="code">419772000</div> )
          </li>
                           <li>
                              <div title="system">
                                 <a href="http://snomed.info/sct">http://snomed.info/sct</a>
                              </div>
                           </li>
                        </ul>
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">location</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li/>
                     <li>
                        <a href="Location-location-ecr-salem-medical-center.html">Salem Medical Center</a>
                     </li>
                  </ul>
               </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>
         </table>
      </div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="9941339108"/>
  </identifier>
  <practitioner>
    <reference value="Practitioner/practitioner-us-core-henry-seven"/>
    <display value="Henry Seven, MD"/>
  </practitioner>
  <organization>
    <reference value="Organization/organization-ecr-salem-medical-center"/>
    <display value="Salem Medical Center"/>
  </organization>
  <code>
    <coding>
      <system value="http://nucc.org/provider-taxonomy"/>
      <code value="261QP2300X"/>
      <display value="Primary Care"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="419772000"/>
      <display value="Family Practice"/>
    </coding>
  </specialty>
  <location>
    <reference value="Location/location-ecr-salem-medical-center"/>
    <display value="Salem Medical Center"/>
  </location>
  <telecom>
    <system value="email"/>
    <value value="henry.seven@example.com"/>
  </telecom>
</PractitionerRole>