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
: Mehrfachkodierungs-Kennzeichen - 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 "icd-10-gm-mehrfachcodierungs-kennzeichen"] ; #
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 icd-10-gm-mehrfachcodierungs-kennzeichen</b></p><a name=\"icd-10-gm-mehrfachcodierungs-kennzeichen\"> </a><a name=\"hcicd-10-gm-mehrfachcodierungs-kennzeichen\"> </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/icd-10-gm-mehrfachcodierungs-kennzeichen</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">*<a name=\"icd-10-gm-mehrfachcodierungs-kennzeichen-.42\"> </a></td><td>Manifestation</td></tr><tr><td style=\"white-space:nowrap\">†<a name=\"icd-10-gm-mehrfachcodierungs-kennzeichen-.8224\"> </a></td><td>Ätiologie</td></tr><tr><td style=\"white-space:nowrap\">!<a name=\"icd-10-gm-mehrfachcodierungs-kennzeichen-.33\"> </a></td><td>Zusatzinformation</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://fhir.de/CodeSystem/icd-10-gm-mehrfachcodierungs-kennzeichen"^^xsd:anyURI ;
fhir:l <http://fhir.de/CodeSystem/icd-10-gm-mehrfachcodierungs-kennzeichen>
] ; #
fhir:version [ fhir:v "1.0.0-alpha1"] ; #
fhir:name [ fhir:v "MehrfachkodierungsKennzeichen"] ; #
fhir:title [ fhir:v "Mehrfachkodierungs-Kennzeichen"] ; #
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 "Zusatzkennzeichen für postkoordinierte ICD-10-gm-Codes"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://fhir.de/ValueSet/icd-10-gm-mehrfachcodierungs-kennzeichen"^^xsd:anyURI ;
fhir:l <http://fhir.de/ValueSet/icd-10-gm-mehrfachcodierungs-kennzeichen>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "*" ] ;
fhir:display [ fhir:v "*" ] ;
fhir:definition [ fhir:v "Manifestation" ]
] [
fhir:code [ fhir:v "†" ] ;
fhir:display [ fhir:v "†" ] ;
fhir:definition [ fhir:v "Ätiologie" ]
] [
fhir:code [ fhir:v "!" ] ;
fhir:display [ fhir:v "!" ] ;
fhir:definition [ fhir:v "Zusatzinformation" ]
] ) . #