--- type: "valueset" title: "Dispense Type Codes" valueset: "medication-dispense-type-codes" --- # Dispense Type Codes - **Status**: draft - **Name**: DispenseTypeCodes - **Title**: Dispense Type Codes - **Publisher**: FHIR Project team - **Description**: This HL7 set is used here as the example terminology. The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support the medication process, in particular the process and reasons for dispensing ## Content (Compose) - **System**: http://terminology.hl7.org/CodeSystem/v3-ActCode | **Concepts**: DF, EM, SO, FF - **System**: http://terminology.hl7.org/CodeSystem/v3-NullFlavor | **Concepts**: UNK ## ValueSet XML ```xml <status value="draft"/> <experimental value="true"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This HL7 set is used here as the example terminology. The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support the medication process, in particular the process and reasons for dispensing"/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> <concept> <code value="DF"/> </concept> <concept> <code value="EM"/> </concept> <concept> <code value="SO"/> </concept> <concept> <code value="FF"/> </concept> </include> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/> <concept> <code value="UNK"/> </concept> </include> </compose> </ValueSet> ```