Implementation Guide
TI Terminology
Version 1.0.6 - ballot

: Drug Category Code System for ePA - TTL Representation

Active as of 2025-03-31

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "epa-drug-category-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem epa-drug-category-cs</b></p><a name=\"epa-drug-category-cs\"> </a><a name=\"hcepa-drug-category-cs\"> </a><a name=\"epa-drug-category-cs-de-DE\"> </a><p>This case-sensitive code system <code>https://gematik.de/fhir/epa-medication/CodeSystem/epa-drug-category-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">00<a name=\"epa-drug-category-cs-00\"> </a></td><td>Arzneimittel oder in die Arzneimittelversorgung nach § 31 SGB V einbezogenes Produkt</td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"epa-drug-category-cs-01\"> </a></td><td>BtM</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"epa-drug-category-cs-02\"> </a></td><td>AMVV § 3a Abs. 1 (Thalidomid o. ä.)</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"epa-drug-category-cs-03\"> </a></td><td>Sonstiges</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/epa-medication/CodeSystem/epa-drug-category-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.6"] ; # 
  fhir:name [ fhir:v "EPADrugCategoryCS"] ; # 
  fhir:title [ fhir:v "Drug Category Code System for ePA"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-03-31"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gematik.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The drug category CodeSystem for the ePA."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "00" ] ;
fhir:display [ fhir:v "Arzneimittel oder in die Arzneimittelversorgung nach § 31 SGB V einbezogenes Produkt" ]
  ] [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "BtM" ]
  ] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "AMVV § 3a Abs. 1 (Thalidomid o. ä.)" ]
  ] [
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "Sonstiges" ]
  ] ) . #