HPTC Code XML Logo

2279P1005X : Healthcare Provider Taxonomy Code : XML

2279P1005X
Pulmonary Rehabilitation ( Level III Area of Specialization )

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

HPTC Code : 2279P1005X – XML Data Format

                    
<?xml version="1.0" encoding="UTF-8"?>
<HPTC>
	<ShortName>
		Pulmonary Rehabilitation
	</ShortName>
	<Taxonomy>
		2279P1005X
	</Taxonomy>
	<Status>
		Active
	</Status>
	<Level>
		Level III Area of Specialization
	</Level>
	<FullName>
		Pulmonary Rehabilitation Registered Respiratory Therapist
	</FullName>
	<Description>
		The respiratory therapist can assist the chronic pulmonary patient in returning to an optimal role in society by providing an effective program. It includes bronchopulmonary drainage, exercise therapy, and patient education.
	</Description>
	<AdditionalInformation/>
	<Grouping>
		Respiratory, Developmental, Rehabilitative and Restorative Service Providers
	</Grouping>
	<Classification>
		Respiratory Therapist, Registered
	</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>