TerminologieBasisDE, published by HL7 Deutschland e.V. (Technisches Komitee Terminologie). This guide is not an authorized publication; it is the continuous build for version 1.0.0-alpha1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7germany/terminologie-basis-de/ and changes regularly. See the Directory of published versions
: CodeSystem - Wirkstofftypen - TTL Representation
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 "WirkstofftypCS"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem WirkstofftypCS</b></p><a name=\"WirkstofftypCS\"> </a><a name=\"hcWirkstofftypCS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://fhir.de/CodeSystem/WirkstofftypCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Deutsch (Deutschland) (German (Germany), de)</b></td></tr><tr><td style=\"white-space:nowrap\">IN<a name=\"WirkstofftypCS-IN\"> </a></td><td>ingredient</td><td>The name of the substance.</td><td>Wirkstoff allgemein</td></tr><tr><td style=\"white-space:nowrap\">PIN<a name=\"WirkstofftypCS-PIN\"> </a></td><td>precise ingredient</td><td>The name of the substance expressed precisely as a salt or ester of the ingredient.</td><td>Wirkstoff präzise</td></tr><tr><td style=\"white-space:nowrap\">MIN<a name=\"WirkstofftypCS-MIN\"> </a></td><td>multiple ingredients</td><td>The name of the substances in a combination product.</td><td>Kombinationswirkstoff</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://fhir.de/CodeSystem/WirkstofftypCS"^^xsd:anyURI ;
fhir:l <http://fhir.de/CodeSystem/WirkstofftypCS>
] ; #
fhir:version [ fhir:v "1.0.0-alpha1"] ; #
fhir:name [ fhir:v "WirkstofftypCS"] ; #
fhir:title [ fhir:v "CodeSystem - Wirkstofftypen"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-11-19T17:18:12+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Deutschland e.V. (Technisches Komitee Terminologie)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Deutschland e.V. (Technisches Komitee Terminologie)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.de/technische-komitees/terminologien/" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes zur Differenzierung von Wirkstoffen zwischen genauer Substanz (z.B. Salz, Ester etc.), allgemeiner (normalisierter) Substanz und Kombinationscode für mehrere Wirkstoffe."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://fhir.de/ValueSet/WirkstofftypVS"^^xsd:anyURI ;
fhir:l <http://fhir.de/ValueSet/WirkstofftypVS>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "IN" ] ;
fhir:display [ fhir:v "ingredient" ] ;
fhir:definition [ fhir:v "The name of the substance." ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Wirkstoff allgemein" ] ] )
] [
fhir:code [ fhir:v "PIN" ] ;
fhir:display [ fhir:v "precise ingredient" ] ;
fhir:definition [ fhir:v "The name of the substance expressed precisely as a salt or ester of the ingredient." ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Wirkstoff präzise" ] ] )
] [
fhir:code [ fhir:v "MIN" ] ;
fhir:display [ fhir:v "multiple ingredients" ] ;
fhir:definition [ fhir:v "The name of the substances in a combination product." ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Kombinationswirkstoff" ] ] )
] ) . #