<?xml version="1.0" encoding="UTF-8"?> <HPTC> <ShortName> Cardiovascular Invasive Specialist </ShortName> <Taxonomy> 246XC2901X </Taxonomy> <Status> Active </Status> <Level> Level III Area of Specialization </Level> <FullName> Cardiovascular Invasive Specialist/Technologist </FullName> <Description> A cardiovascular invasive specialist/technologist monitors patients’ heart rates and helps physicians in diagnosing and treating heart problems. They assist with cardiac catheterization and prepare and monitor patients during open-heart surgery and insertion of pacemakers, defibrillators, and stents. </Description> <AdditionalInformation> Source: U.S. Bureau of Labor Statistics Occupation Outlook Handbook, www.bls.gov. </AdditionalInformation> <Grouping> Technologists, Technicians & Other Technical Service Providers </Grouping> <Classification> Specialist/Technologist Cardiovascular </Classification> </HPTC>
<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>