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

FHIR IG analytics

Packagede.fhir.terminologie-basis
Resource TypeCodeSystem
IdCodeSystem-WirkstofftypCS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7germany/terminologie-basis-de/CodeSystem-WirkstofftypCS.html
URLhttp://fhir.de/CodeSystem/WirkstofftypCS
Version1.0.0-alpha1
Statusactive
Date2025-11-19T17:18:12+00:00
NameWirkstofftypCS
TitleCodeSystem - Wirkstofftypen
Authorityhl7
DescriptionCodes zur Differenzierung von Wirkstoffen zwischen genauer Substanz (z.B. Salz, Ester etc.), allgemeiner (normalisierter) Substanz und Kombinationscode für mehrere Wirkstoffe.
Contentcomplete

Resources that use this resource

ValueSet
WirkstofftypVSValueSet - Wirkstofftypen

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem WirkstofftypCS

This case-sensitive code system http://fhir.de/CodeSystem/WirkstofftypCS defines the following codes:

CodeDisplayDefinitionDeutsch (Deutschland) (German (Germany), de)
IN ingredientThe name of the substance.Wirkstoff allgemein
PIN precise ingredientThe name of the substance expressed precisely as a salt or ester of the ingredient.Wirkstoff präzise
MIN multiple ingredientsThe name of the substances in a combination product.Kombinationswirkstoff

Source1

{
  "resourceType": "CodeSystem",
  "id": "WirkstofftypCS",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.de/CodeSystem/WirkstofftypCS",
  "version": "1.0.0-alpha1",
  "name": "WirkstofftypCS",
  "title": "CodeSystem - Wirkstofftypen",
  "status": "active",
  "experimental": false,
  "date": "2025-11-19T17:18:12+00:00",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
  "contact": [
    {
      "name": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.de/technische-komitees/terminologien/"
        }
      ]
    }
  ],
  "description": "Codes zur Differenzierung von Wirkstoffen zwischen genauer Substanz (z.B. Salz, Ester etc.), allgemeiner (normalisierter) Substanz und Kombinationscode für mehrere Wirkstoffe.",
  "caseSensitive": true,
  "valueSet": "http://fhir.de/ValueSet/WirkstofftypVS",
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "IN",
      "display": "ingredient",
      "definition": "The name of the substance.",
      "designation": [
        {
          "language": "de-DE",
          "value": "Wirkstoff allgemein"
        }
      ]
    },
    {
      "code": "PIN",
      "display": "precise ingredient",
      "definition": "The name of the substance expressed precisely as a salt or ester of the ingredient.",
      "designation": [
        {
          "language": "de-DE",
          "value": "Wirkstoff präzise"
        }
      ]
    },
    {
      "code": "MIN",
      "display": "multiple ingredients",
      "definition": "The name of the substances in a combination product.",
      "designation": [
        {
          "language": "de-DE",
          "value": "Kombinationswirkstoff"
        }
      ]
    }
  ]
}