{
  "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>\n</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"
          }
        ]
      }
    ]
  }
}