type: codesystemcodesystem: service-pharmacy
Example Pharmacy Service Codes
- Official URL: http://hl7.org/fhir/ex-pharmaservice
- Status: draft
- Name: ExamplePharmacyServiceCodes
- Title: Example Pharmacy Service Codes
- Description: This value set includes a smattering of Pharmacy Service codes.
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| smokecess | Smoking cessation | Smoking cessation |
| flushot | Flu Shot | Flu Shot |
| drugcost | Drug Cost | The wholesale price of the medication. |
| markup | Markup | The additional cost assessed on the drug. |
| dispensefee | Dispense Fee | The professional fee charged for dispensing the product or service. |
| compoundfee | Compounding Fee | The 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>