Consumer Real-Time Pharmacy Benefit Check
1.0.0 - STU1

This page is part of the Consumer Real-time Pharmacy Benefit Check (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: RtbpcBillingUnitValueSet - XML Representation

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="rtpbc-billing-unit"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://unitsofmeasure.org"><code>http://unitsofmeasure.org</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>{Each}</td><td>Each</td><td/></tr><tr><td>g</td><td>gram</td><td/></tr><tr><td>mL</td><td>milliliter</td><td/></tr></table></li></ul></div>
  </text>
  <url value="http://hl7.org/fhir/us/carin-rtpbc/ValueSet/rtpbc-billing-unit"/>
  <version value="1.0.0"/>
  <name value="RtbpcBillingUnitValueSet"/>
  <title value="RTPBC Billing Unit Value Set"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2020-05-23T00:00:00-05:00"/>
  <publisher value="HL7 International - Pharmacy"/>
  <contact>
    <name value="HL7 International - Pharmacy"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/medication"/>
    </telecom>
  </contact>
  <contact>
    <name value="Frank McKinney"/>
    <telecom>
      <system value="email"/>
      <value value="frank.mckinney@pocp.com"/>
    </telecom>
  </contact>
  <description
               value="This value set contains the quantity unit of measure to be used when requesting predetermination of benefits for prescription-related products"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://unitsofmeasure.org"/>
      <concept>
        <code value="{Each}"/>
        <display value="Each"/>
      </concept>
      <concept>
        <code value="g"/>
        <display value="gram"/>
      </concept>
      <concept>
        <code value="mL"/>
        <display value="milliliter"/>
      </concept>
    </include>
  </compose>
</ValueSet>