Additionally, you can get information about the “207RC0000X” Taxonomy code in
HTML
|
TXT
|
JSON
formats.
<?xml version="1.0" encoding="UTF-8"?>
<HPTC>
<ShortName>
Cardiovascular Disease
</ShortName>
<Taxonomy>
207RC0000X
</Taxonomy>
<Status>
Active
</Status>
<Level>
Level III Area of Specialization
</Level>
<FullName>
Cardiovascular Disease Physician
</FullName>
<Description>
An internist who specializes in diseases of the heart and blood vessels and manages complex cardiac conditions such as heart attacks and life-threatening, abnormal heartbeat rhythms.
</Description>
<AdditionalInformation>
Source: American Osteopathic Board of Internal Medicine, 2008 [7/1/2008: added definition, added source; 7/1/2011: modified source] | Additional Resources: American Board of Internal Medicine, http://www.abim.org/. American Osteopathic Board of Internal Medicine, https://www.osteopathic.org/certification | Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine.
</AdditionalInformation>
<Grouping>
Allopathic & 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>