{
  "resourceType" : "CodeSystem",
  "id" : "medication-ingredientstrength",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/CodeSystem/medication-ingredientstrength</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">qs\n                  <a name=\"medication-ingredientstrength-qs\"> </a>\n                </td>\n                <td>QS</td>\n                <td>As much as is sufficient.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">trace\n                  <a name=\"medication-ingredientstrength-trace\"> </a>\n                </td>\n                <td>Trace</td>\n                <td>Very small amount.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r5.r3"
    },
    {
      "url" : "version",
      "valueString" : "0.1.0"
    },
    {
      "url" : "uri",
      "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r3"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "phx"
  }],
  "url" : "http://hl7.org/fhir/CodeSystem/medication-ingredientstrength",
  "version" : "5.0.0",
  "name" : "MedicationIngredientStrengthCodes",
  "title" : "Medication Ingredient Strength Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-03-20T14:49:51+11:00",
  "publisher" : "Pharmacy",
  "contact" : [{
    "name" : "Pharmacy",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/medication"
    }]
  }],
  "description" : "Medication Ingredient Strength Codes",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/medication-ingredientstrength",
  "content" : "complete",
  "concept" : [{
    "code" : "qs",
    "display" : "QS",
    "definition" : "As much as is sufficient."
  },
  {
    "code" : "trace",
    "display" : "Trace",
    "definition" : "Very small amount."
  }]
}