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

FHIR IG Statistics: CodeSystem/mii-cs-medikation-wirkstofftyp

Packagede.medizininformatikinitiative.kerndatensatz.medikation
Resource TypeCodeSystem
Idmii-cs-medikation-wirkstofftyp
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.medizininformatikinitiative.kerndatensatz.medikation@2025.0.0&canonical=https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/CodeSystem/wirkstofftyp
URLhttps://www.medizininformatik-initiative.de/fhir/core/modul-medikation/CodeSystem/wirkstofftyp
Version2025.0.0
Statusactive
Date2024-11-14
NameMII_CS_Medikation_Wirkstofftyp
TitleMII CS Medikation Wirkstofftyp
Realmde
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
wirkstofftypMII VS Medikation Wirkstofftypen

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "mii-cs-medikation-wirkstofftyp",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "extension": [
    {
      "url": "https://www.medizininformatik-initiative.de/fhir/modul-meta/StructureDefinition/mii-ex-meta-license-codeable",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/spdx-license",
            "code": "CC-BY-4.0",
            "display": "Creative Commons Attribution 4.0 International"
          }
        ]
      }
    }
  ],
  "url": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/CodeSystem/wirkstofftyp",
  "version": "2025.0.0",
  "name": "MII_CS_Medikation_Wirkstofftyp",
  "_name": {
    "extension": [
      {
        "extension": [
          {
            "url": "lang",
            "valueCode": "en-US"
          },
          {
            "url": "content",
            "valueString": "MII_CS_Medikation_IngredientType"
          }
        ],
        "url": "http://hl7.org/fhir/StructureDefinition/translation"
      }
    ]
  },
  "title": "MII CS Medikation Wirkstofftyp",
  "_title": {
    "extension": [
      {
        "extension": [
          {
            "url": "lang",
            "valueCode": "en-US"
          },
          {
            "url": "content",
            "valueString": "MII CS Medikation Ingredient Type"
          }
        ],
        "url": "http://hl7.org/fhir/StructureDefinition/translation"
      }
    ]
  },
  "status": "active",
  "experimental": false,
  "date": "2024-11-14",
  "publisher": "Medizininformatik Initiative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.medizininformatik-initiative.de"
        }
      ]
    }
  ],
  "description": "Codes zur Differenzierung von Wirkstoffen zwischen genauer Substanz (z.B. Salz, Ester etc.), allgemeiner (normalisierter) Substanz und Kombinationscode für mehrere Wirkstoffe.",
  "_description": {
    "extension": [
      {
        "extension": [
          {
            "url": "lang",
            "valueCode": "en-US"
          },
          {
            "url": "content",
            "valueString": "Codes for differentiating ingredients between exact substance e.g. salt, ester, general normalized substance and combination code for several active ingredients."
          }
        ],
        "url": "http://hl7.org/fhir/StructureDefinition/translation"
      }
    ]
  },
  "caseSensitive": true,
  "valueSet": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/ValueSet/wirkstofftyp",
  "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"
        }
      ]
    }
  ]
}