--- type: "codesystem" title: "Medication Ingredient Strength Codes" codesystem: "medication-ingredientstrength" --- # Medication Ingredient Strength Codes - **Official URL**: http://hl7.org/fhir/CodeSystem/medication-ingredientstrength - **Version**: 6.0.0 - **Status**: active - **Name**: MedicationIngredientStrengthCodes - **Title**: Medication Ingredient Strength Codes - **Description**: Medication Ingredient Strength Codes - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | qs | QS | As much as is sufficient. | | trace | Trace | Very small amount. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <description value="Medication Ingredient Strength Codes"/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/medication-ingredientstrength"/> <content value="complete"/> <concept> <code value="qs"/> <display value="QS"/> <definition value="As much as is sufficient."/> </concept> <concept> <code value="trace"/> <display value="Trace"/> <definition value="Very small amount."/> </concept> </CodeSystem> ```