{
  "resourceType": "CodeSystem",
  "status": "active",
  "content": "complete",
  "name": "MII_CS_Medikation_Wirkstofftyp",
  "_name": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/translation",
        "extension": [
          {
            "url": "lang",
            "valueCode": "en-US"
          },
          {
            "url": "content",
            "valueString": "MII_CS_Medikation_IngredientType"
          }
        ]
      }
    ]
  },
  "id": "mii-cs-medikation-wirkstofftyp",
  "title": "MII CS Medikation Wirkstofftyp",
  "_title": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/translation",
        "extension": [
          {
            "url": "lang",
            "valueCode": "en-US"
          },
          {
            "url": "content",
            "valueString": "MII CS Medikation Ingredient Type"
          }
        ]
      }
    ]
  },
  "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": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/translation",
        "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": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/CodeSystem/wirkstofftyp",
  "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"
        }
      ]
    }
  ],
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "experimental": false,
  "publisher": "Medizininformatik Initiative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.medizininformatik-initiative.de"
        }
      ]
    }
  ],
  "version": "2.0.0",
  "caseSensitive": true,
  "valueSet": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/ValueSet/wirkstofftyp",
  "count": 3
}