GenomeX Data Exchange FHIR IG
0.2.0 - draft

GenomeX Data Exchange FHIR IG, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CodeX-HL7-FHIR-Accelerator/GenomeX-DataExchange/ and changes regularly. See the Directory of published versions

: Organization - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="Organization"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization Organization</b></p><a name="Organization"> </a><a name="hcOrganization"> </a><a name="Organization-en-US"> </a><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.3.0/NamingSystem-CLIA.html" title="&quot;The Centers for Medicare &amp; Medicaid Services (CMS) regulates all laboratory testing (except research) performed on humans in the U.S. through the Clinical Laboratory Improvement Amendments (CLIA). In total, CLIA covers approximately 330,000 laboratory entities. The Division of Clinical Laboratory Improvement &amp; Quality, within the Quality, Safety &amp; Oversight Group, under the Center for Clinical Standards and Quality (CCSQ) has the responsibility for implementing the CLIA Program.

The objective of the CLIA program is to ensure quality laboratory testing. Although all clinical laboratories must be properly certified to receive Medicare or Medicaid payments, CLIA has no direct Medicare or Medicaid program responsibilities.&quot;

CMS CLIA certified laboratories will be assigned a10-digit alphanumeric CLIA identification number, with the &quot;D&quot; in the third position identifying the provider/supplier as a laboratory certified under CLIA.&quot;

CLIA is maintained by CMS. It is in the public domain and free to use without restriction.

See http://cms.gov/regulations-and-guidance/legislation/clia.">Clinical Laboratory Improvement Amendments</a>/12A4567890 (use: official, )</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: Generic Laboratories, Inc.</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: ph: (800) 876-5309, fax: (781) 876-5305, <a href="http://www.genericlaboratoriesinc.com">http://www.genericlaboratoriesinc.com</a>, <a href="mailto:info@genericlaboratoriesinc.com">info@genericlaboratoriesinc.com</a></p><p><b>address</b>: 321 Laboratory Court, Anytown, MA, 12345, USA</p></blockquote></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="urn:oid:2.16.840.1.113883.4.7"/>
    <value value="12A4567890"/>
  </identifier>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <name value="Generic Laboratories, Inc."/>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="(800) 876-5309"/>
    </telecom>
    <telecom>
      <system value="fax"/>
      <value value="(781) 876-5305"/>
    </telecom>
    <telecom>
      <system value="url"/>
      <value value="http://www.genericlaboratoriesinc.com"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@genericlaboratoriesinc.com"/>
    </telecom>
    <address>
      <text value="321 Laboratory Court, Anytown, MA, 12345, USA"/>
      <line value="321 Laboratory Court"/>
      <city value="Anytown"/>
      <state value="MA"/>
      <postalCode value="12345"/>
      <country value="USA"/>
    </address>
  </contact>
</Organization>