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 (HL7® FHIR® Standard) R3. The current version which supersedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-organization-type

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "organization-type",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-deqm/STU3/ValueSet/organization-type",
  "version" : "0.1.0",
  "name" : "organization-type",
  "title" : "DEQM Organization Type Value Set",
  "status" : "draft",
  "experimental" : false,
  "date" : "2018-08-14T09:59:31+10:00",
  "publisher" : "Davinci Project",
  "description" : "Da Vinci Organization type codes limited to `TAX` for Tax Identifier Number (TIN) and `PRN` for National Provider identifer (NPI).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept" : [
          {
            "code" : "TAX",
            "display" : "Tax ID number"
          },
          {
            "code" : "PRN",
            "display" : "Provider number"
          }
        ]
      }
    ]
  }
}