@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 -------------------------------------------------------------------

<https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "behandler-rolle"] ; # 
  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 behandler-rolle</b></p><a name=\"behandler-rolle\"> </a><a name=\"hcbehandler-rolle\"> </a><p>This case-sensitive code system <code>https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle</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></tr><tr><td style=\"white-space:nowrap\">zahnarzt<a name=\"behandler-rolle-zahnarzt\"> </a></td><td>Zahnarzt</td><td>Zahnaerztin oder Zahnarzt</td></tr><tr><td style=\"white-space:nowrap\">zfa<a name=\"behandler-rolle-zfa\"> </a></td><td>ZFA</td><td>Zahnmedizinische Fachangestellte</td></tr><tr><td style=\"white-space:nowrap\">mfa<a name=\"behandler-rolle-mfa\"> </a></td><td>MFA</td><td>Medizinische Fachangestellte</td></tr><tr><td style=\"white-space:nowrap\">arzt<a name=\"behandler-rolle-arzt\"> </a></td><td>Arzt</td><td>Aerztin oder Arzt</td></tr><tr><td style=\"white-space:nowrap\">wb-assistent<a name=\"behandler-rolle-wb-assistent\"> </a></td><td>WB-Assistent</td><td>Weiterbildungsassistent</td></tr><tr><td style=\"white-space:nowrap\">physiotherapeut<a name=\"behandler-rolle-physiotherapeut\"> </a></td><td>Physiotherapeut</td><td>Physiotherapeutin oder Physiotherapeut</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle"^^xsd:anyURI ;
     fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.3.7985.16.7" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.49.0"] ; # 
  fhir:name [ fhir:v "BehandlerRolleCS"] ; # 
  fhir:title [ fhir:v "Behandler-Rolle"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-04T13:25:14+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "cognovis GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "cognovis GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.cognovis.de" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@cognovis.de" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Rollen der Mitglieder in einem Behandler-Team (CareTeam) in der deutschen ambulanten Versorgung."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "DE" ] ;
       fhir:display [ fhir:v "Germany" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "zahnarzt" ] ;
     fhir:display [ fhir:v "Zahnarzt" ] ;
     fhir:definition [ fhir:v "Zahnaerztin oder Zahnarzt" ]
  ] [
     fhir:code [ fhir:v "zfa" ] ;
     fhir:display [ fhir:v "ZFA" ] ;
     fhir:definition [ fhir:v "Zahnmedizinische Fachangestellte" ]
  ] [
     fhir:code [ fhir:v "mfa" ] ;
     fhir:display [ fhir:v "MFA" ] ;
     fhir:definition [ fhir:v "Medizinische Fachangestellte" ]
  ] [
     fhir:code [ fhir:v "arzt" ] ;
     fhir:display [ fhir:v "Arzt" ] ;
     fhir:definition [ fhir:v "Aerztin oder Arzt" ]
  ] [
     fhir:code [ fhir:v "wb-assistent" ] ;
     fhir:display [ fhir:v "WB-Assistent" ] ;
     fhir:definition [ fhir:v "Weiterbildungsassistent" ]
  ] [
     fhir:code [ fhir:v "physiotherapeut" ] ;
     fhir:display [ fhir:v "Physiotherapeut" ] ;
     fhir:definition [ fhir:v "Physiotherapeutin oder Physiotherapeut" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

