Implementation Guide
TI Terminology
Version 1.0.6 - release

: TI Medication Dispense Category CodeSystem - XML Representation

Active as of 2025-05-28

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ti-medication-dispense-category-cs"/>
  <url
       value="https://gematik.de/fhir/terminology/CodeSystem/ti-medication-dispense-category-cs"/>
  <version value="1.0.6"/>
  <name value="TIMedicationDispenseCategoryCS"/>
  <title value="TI Medication Dispense Category CodeSystem"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-05-28"/>
  <publisher value="gematik GmbH"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="https://www.gematik.de"/>
    </telecom>
  </contact>
  <description
               value="Definiert den Kontext einer Abgabe: mit oder ohne ärztliche Verschreibung."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="DE"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="non-prescription"/>
    <display value="Rezeptfreie Abgabe"/>
    <definition
                value="Abgabe eines rezeptfreien Arzneimittels oder eines Nahrungsergänzungsmittels (NEM)"/>
  </concept>
  <concept>
    <code value="prescription"/>
    <display value="Verschreibungspflichtige Abgabe"/>
    <definition value="Abgabe eines verschreibungspflichtigen Arzneimittels"/>
  </concept>
</CodeSystem>