FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe.pharm.mpd.r4
Resource TypeCodeSystem
IdCodeSystem-medication-ingredientstrength.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/CodeSystem/medication-ingredientstrength defines the following codes:

Code Display Definition
qs QS As much as is sufficient.
trace Trace Very small amount.

Source1

{
  "resourceType": "CodeSystem",
  "id": "medication-ingredientstrength",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "phx"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
      "valueUrl": "http://hl7.org/fhir/R5/codesystem-medication-ingredientstrength.html"
    }
  ],
  "url": "http://hl7.org/fhir/CodeSystem/medication-ingredientstrength",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.2062"
    }
  ],
  "version": "5.0.0",
  "name": "MedicationIngredientStrengthCodes",
  "title": "Medication Ingredient Strength Codes",
  "status": "active",
  "experimental": false,
  "publisher": "HL7 International",
  "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."
    }
  ]
}