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

FHIR IG analytics

Packagehl7.fhir.fr.medication
Resource TypeCodeSystem
IdCodeSystem-medication-ingredient-strength-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Interop-Sante/hl7.fhir.fr.medication/CodeSystem-medication-ingredient-strength-codes.html
URLhttp://hl7.org/fhir/CodeSystem/medication-ingredientstrength
Version0.1.0
Statusdraft
Date2026-01-20T11:03:34+00:00
NameMedication_Ingredient_Strength_Codes
Realmfr
Authorityhl7
Contentcomplete

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

Narratif généré : CodeSystem medication-ingredient-strength-codes

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

CodeAffichageDéfinition
qs QSAs much as is sufficient.
trace TraceVery small amount.

Source1

{
  "resourceType": "CodeSystem",
  "id": "medication-ingredient-strength-codes",
  "meta": {
    "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/CodeSystem/medication-ingredientstrength",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1427"
    }
  ],
  "version": "0.1.0",
  "name": "Medication_Ingredient_Strength_Codes",
  "status": "draft",
  "experimental": false,
  "date": "2026-01-20T11:03:34+00:00",
  "publisher": "Interop'Santé",
  "contact": [
    {
      "name": "Interop'Santé",
      "telecom": [
        {
          "system": "url",
          "value": "http://interopsante.org/"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/medication-ingredientstrength",
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "qs",
      "display": "QS",
      "definition": "As much as is sufficient."
    },
    {
      "code": "trace",
      "display": "Trace",
      "definition": "Very small amount."
    }
  ]
}