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 "PsychotherapeutischeQualifikationen"] ; # fhir:url [ fhir:v "http://www.bptk.de/fhir/CodeSystem/PsychotherapeutischeQualifikationen"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:use [ fhir:v "secondary" ] ; fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:1.2.276.0.76.5.535" ] ] [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://www.bptk.de/fhir/CodeSystem/PsychotherapeutischeQualifikationen" ] ] ) ; # fhir:version [ fhir:v "4.0.0-alpha1"] ; # fhir:name [ fhir:v "PsychotherapeutischeQualifikationenCS"] ; # fhir:title [ fhir:v "Psychotherapeutische Qualifikationen"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-05-24"^^xsd:date] ; # fhir:publisher [ fhir:v "gematik GmbH"] ; # fhir:description [ fhir:v "**Psychotherapeutische Qualifikationen**"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "DE" ] ] ) ] ) ; # fhir:copyright [ fhir:v "Bundespsychotherapeutenkammer"] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:hierarchyMeaning [ fhir:v "is-a"] ; # fhir:compositional [ fhir:v false] ; # fhir:versionNeeded [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "110101" ] ; fhir:display [ fhir:v "Kinder- und Jugendlichenpsychotherapeut*in" ] ; fhir:definition [ fhir:v "psychotherapeutischer Beruf (Approbation) gemäß § 1 PsychThG" ] ] [ fhir:code [ fhir:v "120101" ] ; fhir:display [ fhir:v "Psychologische Psychotherapeut*in" ] ; fhir:definition [ fhir:v "psychotherapeutischer Beruf (Approbation) gemäß § 1 PsychThG" ] ] [ fhir:code [ fhir:v "130101" ] ; fhir:display [ fhir:v "Psychotherapeut*in" ] ; fhir:definition [ fhir:v "psychotherapeutischer Beruf (Approbation) gemäß § 1 PsychThG" ] ] [ fhir:code [ fhir:v "200201" ] ; fhir:display [ fhir:v "Fachpsychotherapeut*in für Kinder und Jugendliche" ] ; fhir:definition [ fhir:v "psychotherapeutische Gebiets-Spezialisierung gemäß Musterweiterbildungsordnung für Psychotherapeut*innen" ] ] [ fhir:code [ fhir:v "200202" ] ; fhir:display [ fhir:v "Fachpsychotherapeut*in für Erwachsene" ] ; fhir:definition [ fhir:v "psychotherapeutische Gebiets-Spezialisierung gemäß Musterweiterbildungsordnung für Psychotherapeut*innen" ] ] [ fhir:code [ fhir:v "200203" ] ; fhir:display [ fhir:v "Fachpsychotherapeut*in für Neuropsychologische Psychotherapie" ] ; fhir:definition [ fhir:v "psychotherapeutische Gebiets-Spezialisierung gemäß Musterweiterbildungsordnung für Psychotherapeut*innen" ] ] ) . #