HPTC Code XML Logo

2251n0400x : Healthcare Provider Taxonomy Code : XML

2251n0400x
Neurology ( Level III Area of Specialization )

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

HPTC Code : 2251n0400x – XML Data Format

                    
<?xml version="1.0" encoding="UTF-8"?>
<HPTC>
	<ShortName>
		Neurology
	</ShortName>
	<Taxonomy>
		2251N0400X
	</Taxonomy>
	<Status>
		Definition added 1/1/2020
	</Status>
	<Level>
		Level III Area of Specialization
	</Level>
	<FullName>
		Neurology Physical Therapist
	</FullName>
	<Description>
		A licensed physical therapist, including but not limited to an individual who is a Board Certified Specialist in Neurologic Physical Therapy, who has demonstrated specialized knowledge and skill in neuroanatomy and neurophysiology, including knowledge of central, peripheral, and autonomic nervous systems in populations with and without neurologic conditions; motor control and movement sciences in populations with and without neurologic conditions; behavioral sciences, including psychology and neuropsychology, and psychiatry; and medical management and pharmacology.
	</Description>
	<AdditionalInformation>
		Source: American Physical Therapy Association [1/1/2020: definition added] Additional resources: http://www.abpts.org/uploadedFiles/ABPTSorg/Specialist_Certification/DSP/DSP-Neurology.pdf
	</AdditionalInformation>
	<Grouping>
		Respiratory, Developmental, Rehabilitative and Restorative Service Providers
	</Grouping>
	<Classification>
		Physical Therapist
	</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>