type: codesystemcodesystem: medication-cost-category
Medication Cost Category Codes
- Official URL: http://hl7.org/fhir/medication-cost-category
- Version: 6.0.0
- Status: active
- Name: MedicationCostCategoryCodes
- Title: Medication Cost Category Codes
- Description: Medication Cost Category Codes
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| banda | Band A | Tier A cost for this medication |
| bandb | Band B | Tier B cost for this medication |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="medication-cost-category"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="phx"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="informative"/>
</extension>
<url value="http://hl7.org/fhir/medication-cost-category"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.2068"/>
</identifier>
<version value="6.0.0"/>
<name value="MedicationCostCategoryCodes"/>
<title value="Medication Cost Category Codes"/>
<status value="active"/>
<experimental value="false"/>
<description value="Medication Cost Category Codes"/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/medication-cost-category"/>
<content value="complete"/>
<concept>
<code value="banda"/>
<display value="Band A"/>
<definition value="Tier A cost for this medication"/>
</concept>
<concept>
<code value="bandb"/>
<display value="Band B"/>
<definition value="Tier B cost for this medication"/>
</concept>
</CodeSystem>