@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.collabree.com/fhir/CodeSystem/collabree-practitioner-role-type-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "collabree-practitioner-role-type-cs"] ; # 
  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 collabree-practitioner-role-type-cs</b></p><a name=\"collabree-practitioner-role-type-cs\"> </a><a name=\"hccollabree-practitioner-role-type-cs\"> </a><p>This  code system <code>https://fhir.collabree.com/fhir/CodeSystem/collabree-practitioner-role-type-cs</code> defines the following code:</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\">s2s-service-account<a name=\"collabree-practitioner-role-type-cs-s2s-service-account\"> </a></td><td>S2S Service Account</td><td>A service-to-service integration account used by third-party backends to access patient data on behalf of their organization</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.collabree.com/fhir/CodeSystem/collabree-practitioner-role-type-cs"^^xsd:anyURI ;
     fhir:l <https://fhir.collabree.com/fhir/CodeSystem/collabree-practitioner-role-type-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CollabreePractitionerRoleTypeCS"] ; # 
  fhir:title [ fhir:v "Collabree Practitioner Role Type Code System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-03-24T11:07:48+01:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Collabree AG"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Collabree AG" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.collabree.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code system for practitioner role types in the Collabree system. Used to distinguish between human dashboard users and service-to-service integration accounts."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "s2s-service-account" ] ;
     fhir:display [ fhir:v "S2S Service Account" ] ;
     fhir:definition [ fhir:v "A service-to-service integration account used by third-party backends to access patient data on behalf of their organization" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

