hs:PrescriptionType

complexType PrescriptionType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/

Definition

A data type for the details of written instructions from a physician or dentist to a druggist concerning the form and dosage of a drug to be issued to a given patient

Diagram

XML Schema

<xs:complexType name="PrescriptionType">
<xs:annotation>
<xs:documentation>
A data type for the details of written instructions from a physician or dentist to a druggist concerning the form and dosage of a drug to be issued to a given patient
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:Dispenser" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Drug" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Prescriber" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PrescriptionLastTakenDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PrescriptionTreatmentReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PrescriptionUseInstructionsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:DrugDispensedQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:DrugDosageUnitsAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:DrugPartialFillIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:DrugRefillNumberCountQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:DrugRefillsAuthorizedQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:MethodOfPaymentAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Pharmacist" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PrescriptionFilledDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PrescriptionNormCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PrescriptionSoldDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PrescriptionWrittenDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:StateIssuedRxSerialNumberIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TransmissionFormOfRxOriginAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PrescriptionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>