HPTC Code XML Logo

246XC2903X : Healthcare Provider Taxonomy Code : XML

246XC2903X
Vascular Specialist ( Level III Area of Specialization )

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

HPTC Code : 246XC2903X – XML Data Format

                    
<?xml version="1.0" encoding="UTF-8"?>
<HPTC>
	<ShortName>
		Vascular Specialist
	</ShortName>
	<Taxonomy>
		246XC2903X
	</Taxonomy>
	<Status>
		Active
	</Status>
	<Level>
		Level III Area of Specialization
	</Level>
	<FullName>
		Vascular Specialist/Technologist Cardiovascular
	</FullName>
	<Description>
		A vascular technologist, also known as a vascular sonographer, creates images of blood vessels and collects data that help physicians diagnose disorders affecting blood flow. Vascular technologists often evaluate blood flow and identify blocked arteries or blood clots.
	</Description>
	<AdditionalInformation>
		Source: U.S. Bureau of Labor Statistics Occupation Outlook Handbook, www.bls.gov.
	</AdditionalInformation>
	<Grouping>
		Technologists, Technicians &amp; Other Technical Service Providers
	</Grouping>
	<Classification>
		Specialist/Technologist Cardiovascular
	</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>