@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/Implementationguide/ICU/Organization/KlinikIntensivAnaesthesieOrganisationBeispiel> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "KlinikIntensivAnaesthesieOrganisationBeispiel"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisation"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisation>
     ] )
  ] ; # 
  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: Organization KlinikIntensivAnaesthesieOrganisationBeispiel</b></p><a name=\"KlinikIntensivAnaesthesieOrganisationBeispiel\"> </a><a name=\"hcKlinikIntensivAnaesthesieOrganisationBeispiel\"> </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-ISiKOrganisation.html\">ISiKOrganisation</a></p></div><p><b>identifier</b>: ArgeIkIknr/260120196, <code>https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR</code>/345678975</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type dept}\">Hospital Department</span>, <span title=\"Codes:{http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert 3600}\">Intensivmedizin</span></p><p><b>name</b>: Klinik für Intensivmedizin und Anästhesiologie</p><p><b>partOf</b>: <a href=\"Organization-KrankenhausOrganisationBeispiel.html\">Organization Uniklinik Entenhausen</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://fhir.de/sid/arge-ik/iknr"^^xsd:anyURI ;
       fhir:l <http://fhir.de/sid/arge-ik/iknr>
     ] ;
     fhir:value [ fhir:v "260120196" ]
  ] [
     fhir:system [
       fhir:v "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"^^xsd:anyURI ;
       fhir:l <https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR>
     ] ;
     fhir:value [ fhir:v "345678975" ]
  ] ) ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/organization-type>
       ] ;
       fhir:code [ fhir:v "dept" ]
     ] )
  ] [
     fhir:coding ( [
       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 "3600" ] ;
       fhir:display [ fhir:v "Intensivmedizin" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Klinik für Intensivmedizin und Anästhesiologie"] ; # 
  fhir:partOf [
     fhir:l <https://gematik.de/fhir/isik/Implementationguide/ICU/Organization/KrankenhausOrganisationBeispiel> ;
     fhir:reference [ fhir:v "Organization/KrankenhausOrganisationBeispiel" ]
  ] . # 

# -------------------------------------------------------------------------------------

