ISiK ICU
Version 6.0.0-rc - ballot

: RolleImKrankenhausInnereMedizinBeispiel - TTL Representation

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:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RolleImKrankenhausInnereMedizinBeispiel"] ; # 
  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 RolleImKrankenhausInnereMedizinBeispiel</b></p><a name=\"RolleImKrankenhausInnereMedizinBeispiel\"> </a><a name=\"hcRolleImKrankenhausInnereMedizinBeispiel\"> </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>: false</p><p><b>practitioner</b>: <a href=\"Practitioner-PractitionerWalterArzt.html\">Practitioner Walter Arzt(official)</a></p><p><b>organization</b>: <a href=\"Organization-KrankenhausOrganisationBeispiel.html\">Organization Uniklinik Entenhausen</a></p><p><b>code</b>: <span title=\"Codes:{https://fhir.kbv.de/CodeSystem/KBV_CS_Base_Role_Care AA}\">Assistenzärzt:in</span></p><p><b>specialty</b>: <span title=\"Codes:{http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen INTM}, {http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert 3600}\">Intensivmedizin</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v false] ; # 
  fhir:practitioner [
fhir:l fhir:Practitioner/PractitionerWalterArzt ;
fhir:reference [ fhir:v "Practitioner/PractitionerWalterArzt" ]
  ] ; # 
  fhir:organization [
fhir:l fhir:Organization/KrankenhausOrganisationBeispiel ;
fhir:reference [ fhir:v "Organization/KrankenhausOrganisationBeispiel" ]
  ] ; # 
  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 "AA" ] ;
fhir:display [ fhir:v "Assistenzä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 "INTM" ] ;
fhir:display [ fhir:v "Intensivmedizin" ]     ] [
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" ]     ] )
  ] ) . #