Implementation Guide
TI Terminology
Version 1.0.6 - release

: TI Medication Dispense Category ValueSet - JSON Representation

Active as of 2025-05-28

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ti-medication-dispense-category-vs",
  "url" : "https://gematik.de/fhir/terminology/ValueSet/ti-medication-dispense-category-vs",
  "version" : "1.0.6",
  "name" : "TIMedicationDispenseCategoryVS",
  "title" : "TI Medication Dispense Category ValueSet",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-05-28",
  "publisher" : "gematik GmbH",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gematik.de"
        }
      ]
    }
  ],
  "description" : "Definiert den Kontext einer Abgabe: verschreibungspflichtig oder nicht verschreibungspflichtig",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DE"
        }
      ]
    }
  ],
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "https://gematik.de/fhir/terminology/CodeSystem/ti-medication-dispense-category-cs"
      }
    ]
  },
  "expansion" : {
    "timestamp" : "2025-05-28",
    "contains" : [
      {
        "system" : "https://gematik.de/fhir/terminology/CodeSystem/ti-medication-dispense-category-cs",
        "code" : "non-prescription",
        "display" : "non-prescription dispense"
      },
      {
        "system" : "https://gematik.de/fhir/terminology/CodeSystem/ti-medication-dispense-category-cs",
        "code" : "prescription",
        "display" : "prescription dispense"
      }
    ]
  }
}