HPTC Code XML Logo

207QB0505X : Healthcare Provider Taxonomy Code : XML

207QB0505X
Diabetology ( Level III Area of Specialization )

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

HPTC Code : 207QB0505X – XML Data Format

                    
<?xml version="1.0" encoding="UTF-8"?>
<HPTC>
	<ShortName>
		Diabetology
	</ShortName>
	<Taxonomy>
		207QB0505X
	</Taxonomy>
	<Status>
		Active
	</Status>
	<Level>
		Level III Area of Specialization
	</Level>
	<FullName>
		Diabetology Physician
	</FullName>
	<Description>
		An internist who specializes in diagnosis and management of type 1, type 2, gestational, and atypical diabetes; diabetes complications; hospital management of diabetic patients; use of technology in the treatment and monitoring of diabetes; management of ancillary diagnoses, such as hypertension, obesity, lipidemia, etc.; and education and counseling on nutrition and lifestyle management.
	</Description>
	<AdditionalInformation>
		Source: American College of Diabetology, www.acdiabetology.org. Additional Resources: Board certification for physicians is provided by the American College of Diabetology.
	</AdditionalInformation>
	<Grouping>
		Allopathic &amp; Osteopathic Physicians
	</Grouping>
	<Classification>
		Internal Medicine
	</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>