HPTC Code XML Logo

146E00000X : Healthcare Provider Taxonomy Code : XML

146E00000X
Community Paramedic ( Level II Classification )

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

HPTC Code : 146E00000X – XML Data Format

                    
<?xml version="1.0" encoding="UTF-8"?>
<HPTC>
	<ShortName>
		Community Paramedic
	</ShortName>
	<Taxonomy>
		146E00000X
	</Taxonomy>
	<Status>
		Active
	</Status>
	<Level>
		Level II Classification
	</Level>
	<FullName>
		Community Paramedic
	</FullName>
	<Description>
		A Community Paramedic is trained in responding to a scene and arranging appointments and transportation to alternate destinations through established partnerships or direct field communication. Alternative destinations for patient care include walk-in clinics, detox facilities, shelters and homeless services, and in-home assistance services. Services provided by community paramedics include, but are not limited to, completing blood glucose checks, vital signs, blood draws, and other treatments for the purpose of assessing and reporting to the referring physician and providing in-home evaluation of high-risk patients following hospital discharge.
	</Description>
	<AdditionalInformation>
		Source: National Uniform Claim Committee, www.nucc.org
	</AdditionalInformation>
	<Grouping>
		Emergency Medical Service Providers
	</Grouping>
	<Classification>
		Community Paramedic
	</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>