hs:MedicationUseFrequencyCodeSimpleType
simpleType MedicationUseFrequencyCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for describing the medication use frequency.
Diagram
Enumerations
Value | Definition |
As Needed | As Needed |
At Meal | At Meal |
Daily | Daily |
Three Times Daily | Three Times Daily |
Twice Daily | Twice Daily |
XML Schema
<xs:simpleType name="MedicationUseFrequencyCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for describing the medication use frequency.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="As Needed">
<xs:annotation>
<xs:documentation>
As Needed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="At Meal">
<xs:annotation>
<xs:documentation>
At Meal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Daily">
<xs:annotation>
<xs:documentation>
Daily</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Three Times Daily">
<xs:annotation>
<xs:documentation>
Three Times Daily</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Twice Daily">
<xs:annotation>
<xs:documentation>
Twice Daily</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>