FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/WirkstofftypCS

Packagede.basisprofil.r4
Resource TypeCodeSystem
IdWirkstofftypCS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&canonical=http://fhir.de/CodeSystem/WirkstofftypCS
URLhttp://fhir.de/CodeSystem/WirkstofftypCS
Version1.5.4
Statusactive
Date2025-06-16
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

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "WirkstofftypCS",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "url": "http://fhir.de/CodeSystem/WirkstofftypCS",
  "version": "1.5.4",
  "name": "WirkstofftypCS",
  "title": "CodeSystem - Wirkstofftypen",
  "status": "active",
  "experimental": false,
  "date": "2025-06-16",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.de/technische-komitees/fhir/"
        }
      ]
    }
  ],
  "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"
        }
      ]
    }
  ]
}