View raw Markdown
type: codesystemcodesystem: service-pharmacy

Example Pharmacy Service Codes

Concepts

CodeDisplayDefinition
smokecessSmoking cessationSmoking cessation
flushotFlu ShotFlu Shot
drugcostDrug CostThe wholesale price of the medication.
markupMarkupThe additional cost assessed on the drug.
dispensefeeDispense FeeThe professional fee charged for dispensing the product or service.
compoundfeeCompounding FeeThe professional fee charged for compounding the medication.

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <url value="http://hl7.org/fhir/ex-pharmaservice"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.563"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.555"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.324"/>
  </identifier>
  <name value="ExamplePharmacyServiceCodes"/>
  <title value="Example Pharmacy Service Codes"/>
  <status value="draft"/>
  <experimental value="false"/>
  <description value="This value set includes a smattering of Pharmacy Service codes."/>
  <copyright value="This is an example set."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="smokecess"/>
    <display value="Smoking cessation"/>
    <definition value="Smoking cessation"/>
  </concept>
  <concept>
    <code value="flushot"/>
    <display value="Flu Shot"/>
    <definition value="Flu Shot"/>
  </concept>
  <concept>
    <code value="drugcost"/>
    <display value="Drug Cost"/>
    <definition value="The wholesale price of the medication."/>
  </concept>
  <concept>
    <code value="markup"/>
    <display value="Markup"/>
    <definition value="The additional cost assessed on the drug."/>
  </concept>
  <concept>
    <code value="dispensefee"/>
    <display value="Dispense Fee"/>
    <definition value="The professional fee charged for dispensing the product or service."/>
  </concept>
  <concept>
    <code value="compoundfee"/>
    <display value="Compounding Fee"/>
    <definition value="The professional fee charged for compounding the medication."/>
  </concept>
</CodeSystem>