Data Exchange For Quality Measures Implementation Guide: STU1 Ballot 1 (for FHIR 3.0.1)

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

XML Format: ValueSet-organization-type

Raw xml


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="organization-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>DEQM Organization Type Value Set</h2><div><p>Da Vinci Organization type codes limited to <code>TAX</code> for Tax Identifier Number (TIN) and <code>PRN</code> for National Provider identifer (NPI).</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <code>http://terminology.hl7.org/CodeSystem/v2-0203</code><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>TAX</td><td>Tax ID number</td><td/></tr><tr><td>PRN</td><td>Provider number</td><td/></tr></table></li></ul></div>
  </text>
  <url
       value="http://hl7.org/fhir/us/davinci-deqm/STU3/ValueSet/organization-type"/>
  <version value="0.1.0"/>
  <name value="organization-type"/>
  <title value="DEQM Organization Type Value Set"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2018-08-14T09:59:31+10:00"/>
  <publisher value="Davinci Project"/>
  <description
               value="Da Vinci Organization type codes limited to `TAX` for Tax Identifier Number (TIN) and `PRN` for National Provider identifer (NPI)."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <immutable value="true"/>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
      <concept>
        <code value="TAX"/>
        <display value="Tax ID number"/>
      </concept>
      <concept>
        <code value="PRN"/>
        <display value="Provider number"/>
      </concept>
    </include>
  </compose>
</ValueSet>