hs:PharmacistType

complexType PharmacistType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/

Definition

A data type for a person who is professionally qualified to prepare and dispense medicinal drugs.

Diagram

XML Schema

<xs:complexType name="PharmacistType">
<xs:annotation>
<xs:documentation>
A data type for a person who is professionally qualified to prepare and dispense medicinal drugs.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:NPIIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:StateLicenseIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PharmacistAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>