View raw Markdown
type: valuesetvalueset: medication-dispense-type-codes

Dispense Type Codes

Content (Compose)

ValueSet XML

<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <name value="DispenseTypeCodes"/>
  <title value="Dispense Type Codes"/>
  <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>