HPTC Code XML Logo

111NP0017X : Healthcare Provider Taxonomy Code : XML

111NP0017X
Pediatric Chiropractor ( Level III Area of Specialization )

Additionally, you can get information about the “111NP0017X” Taxonomy code in   111NP0017X in HTML format HTML  |  111NP0017X in TXT (Plain Text) format TXT  |  111NP0017X in JSON format JSON  formats.

HPTC Code : 111NP0017X – XML Data Format

                    
<?xml version="1.0" encoding="UTF-8"?>
<HPTC>
	<ShortName>
		Pediatric Chiropractor
	</ShortName>
	<Taxonomy>
		111NP0017X
	</Taxonomy>
	<Status>
		Active
	</Status>
	<Level>
		Level III Area of Specialization
	</Level>
	<FullName>
		Pediatric Chiropractor
	</FullName>
	<Description>
		The Pediatric Chiropractor is a chiropractor with specialized, advanced training and certification in the evaluation, care and management of health and wellness conditions of infancy, childhood and adolescence. This specialist provides primary, comprehensive, therapeutic and preventative chiropractic health care for newborns through adolescents.
	</Description>
	<AdditionalInformation>
		Source: Council on Chiropractic Pediatrics, American Chiropractic Association, 2007 [1/1/2008: new]
	</AdditionalInformation>
	<Grouping>
		Chiropractic Providers
	</Grouping>
	<Classification>
		Chiropractor
	</Classification>
</HPTC>

                    
                

Taxonomy Code XSD (XML Schema Definition)

                            
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="HPTC">
    <xs:complexType>
      <xs:sequence>
        <xs:element type="xs:string" name="ShortName"/>
        <xs:element type="xs:string" name="Taxonomy"/>
        <xs:element type="xs:string" name="Status"/>
        <xs:element type="xs:string" name="Level"/>
        <xs:element type="xs:string" name="FullName"/>
        <xs:element type="xs:string" name="Description"/>
        <xs:element type="xs:string" name="AdditionalInformation"/>
        <xs:element type="xs:string" name="Grouping"/>
        <xs:element type="xs:string" name="Classification"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>