US Core Implementation Guide STU 2

This page is part of the US Core (v2.0.0: STU2) based on FHIR R3. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

US Core Provider Role (NUCC)

Formats: Narrative, XML, JSON, Turtle

Download Raw json

{
  "resourceType" : "ValueSet",
  "id" : "us-core-provider-role",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
			<h2>US Core Provider Role (NUCC)</h2>
			<div>
				<p>Provider roles codes which are composed of the NUCC Health Care Provider Taxonomy
					Code Set for providers. Only concepts with a classification and no specialization are included.</p>
			</div>
			<p>
				<b>Copyright Statement:</b> TODO: Permission to Use and Distribute the Health Care
				Provider Taxonomy Code Set</p>
			<p>This value set includes codes from the following code systems:</p>
			<ul>
				<li>Include only concepts with a classification and no specialization from: http://nucc.org/provider-taxonomy</li>
			</ul>
		</div>"
  },
  "url" : "http://hl7.org/fhir/us/core/ValueSet/us-core-provider-role",
  "version" : "2.0.0",
  "name" : "US Core Provider Role (NUCC)",
  "status" : "draft",
  "date" : "2016-08-10T00:00:00+10:00",
  "publisher" : "HL7 US Realm Steering Committee",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "Provider roles codes which are composed of the NUCC Health Care Provider Taxonomy Code Set classification codes for providers. Only concepts with a classification and no specialization are included. ",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from NUCC Health Care Provider Taxonomy Code Set for providers which is copyright © 2016+ American Medical Association.  For commercial use, including sales or licensing, a license must be obtained.",
  "compose" : {
    "include" : [
      {
        "system" : "http://nucc.org/provider-taxonomy"
      }
    ]
  }
}