@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://gematik.de/fhir/isik/PractitionerRole/RolleImKrankenhausAllgemeinchirurgieBeispiel> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RolleImKrankenhausAllgemeinchirurgieBeispiel"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://gematik.de/fhir/isik/StructureDefinition/ISiKRolleImKrankenhaus"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/isik/StructureDefinition/ISiKRolleImKrankenhaus>
     ] )
  ] ; # 
  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: PractitionerRole RolleImKrankenhausAllgemeinchirurgieBeispiel</b></p><a name=\"RolleImKrankenhausAllgemeinchirurgieBeispiel\"> </a><a name=\"hcRolleImKrankenhausAllgemeinchirurgieBeispiel\"> </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=\"StructureDefinition-ISiKRolleImKrankenhaus.html\">ISiKRolleImKrankenhaus</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-PractitionerWalterArzt.html\">Practitioner Walter Arzt(official)</a></p><p><b>organization</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/Organization/AbteilungAllgemeinchirurgieOrganisationBeispiel\">Organization/AbteilungAllgemeinchirurgieOrganisationBeispiel</a></p><p><b>code</b>: <span title=\"Codes:{https://fhir.kbv.de/CodeSystem/KBV_CS_Base_Role_Care FA}\">Fachärzt:in</span></p><p><b>specialty</b>: <span title=\"Codes:{http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen ALLG}, {http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert 1500}\">Allgemeinmedizin</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:practitioner [
     fhir:l <https://gematik.de/fhir/isik/Practitioner/PractitionerWalterArzt> ;
     fhir:reference [ fhir:v "Practitioner/PractitionerWalterArzt" ]
  ] ; # 
  fhir:organization [
     fhir:l <https://gematik.de/fhir/isik/Organization/AbteilungAllgemeinchirurgieOrganisationBeispiel> ;
     fhir:reference [ fhir:v "Organization/AbteilungAllgemeinchirurgieOrganisationBeispiel" ]
  ] ; # 
  fhir:code ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_Role_Care"^^xsd:anyURI ;
         fhir:l <https://fhir.kbv.de/CodeSystem/KBV_CS_Base_Role_Care>
       ] ;
       fhir:code [ fhir:v "FA" ] ;
       fhir:display [ fhir:v "Fachärzt:in" ]
     ] )
  ] ) ; # 
  fhir:specialty ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen"^^xsd:anyURI ;
         fhir:l <http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen>
       ] ;
       fhir:code [ fhir:v "ALLG" ] ;
       fhir:display [ fhir:v "Allgemeinmedizin" ]
     ] [
       fhir:system [
         fhir:v "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert"^^xsd:anyURI ;
         fhir:l <http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert>
       ] ;
       fhir:code [ fhir:v "1500" ] ;
       fhir:display [ fhir:v "Allgemeine Chirurgie" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

