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: Organization-organization-ecr-acme-laboratory

Raw xml


<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-ecr-acme-laboratory"/>
  <meta>
    <versionId value="11"/>
    <lastUpdated value="2019-10-23T16:12:36.000-04:00"/>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-organization"/>
  </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">organization-ecr-acme-laboratory</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">11</div> 
                        </td>
                     </tr>
                     <tr>
                        <td style="font-weight: bold">lastUpdated</td>
                        <td>
                           <div title="lastUpdated">2019-10-23T16:12:36.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-organization</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">1144221999</div> 
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">active</td>
               <td>
                  <div title="active">true</div> 
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">type</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">outpatient laboratory</div>  (<div title="code">OUTLAB</div> )
          </li>
                           <li>
                              <div title="system">
                                 <a href="http://terminology.hl7.org/CodeSystem/v3-RoleCode">http://terminology.hl7.org/CodeSystem/v3-RoleCode</a>
                              </div>
                           </li>
                        </ul>
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">name</td>
               <td>
                  <div title="name">Acme_Labs</div> 
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">telecom</td>
               <td>
                  <table>
                     <tr>
                        <td style="font-weight: bold">system</td>
                        <td>
                           <div title="system">phone</div> 
                        </td>
                     </tr>
                     <tr>
                        <td style="font-weight: bold">value</td>
                        <td>
                           <div title="value">+1-555-555-4444</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">mail@acme-labs.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">7777 Laboratory Drive</div> 
                        </td>
                     </tr>
                     <tr>
                        <td style="font-weight: bold">city</td>
                        <td>
                           <div title="city">Ann Arbor</div> 
                        </td>
                     </tr>
                     <tr>
                        <td style="font-weight: bold">state</td>
                        <td>
                           <div title="state">MI</div> 
                        </td>
                     </tr>
                     <tr>
                        <td style="font-weight: bold">postalCode</td>
                        <td>
                           <div title="postalCode">99999</div> 
                        </td>
                     </tr>
                  </table>
               </td>
            </tr>
         </table>
      </div>
  </text>
  <identifier>
    <system value="http://hl7.org.fhir/sid/us-npi"/>
    <value value="1144221999"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="OUTLAB"/>
      <display value="outpatient laboratory"/>
    </coding>
  </type>
  <name value="Acme_Labs"/>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-555-4444"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="mail@acme-labs.com"/>
  </telecom>
  <address>
    <line value="7777 Laboratory Drive"/>
    <city value="Ann Arbor"/>
    <state value="MI"/>
    <postalCode value="99999"/>
  </address>
</Organization>