@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://elga.moped.at/HealthcareService/KHK999ABT16211100> a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "KHK999ABT16211100"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://elga.moped.at/StructureDefinition/MopedKHOrganisationseinheit"^^xsd:anyURI ;
       fhir:l <https://elga.moped.at/StructureDefinition/MopedKHOrganisationseinheit>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService KHK999ABT16211100</b></p><a name=\"KHK999ABT16211100\"> </a><a name=\"hcKHK999ABT16211100\"> </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-MopedKHOrganisationseinheit.html\">MOPED KH Organisationseinheiten</a></p></div><blockquote><p><b>Kostenstelle</b></p><ul><li>InterneKostenstellennummer: 1300</li><li>InterneKostenstellenbezeichnung: Chirurgieambulanz</li><li>SpezielleOrganisationsform: <a href=\"CodeSystem-SpezielleOrganisationsformenCS.html#SpezielleOrganisationsformenCS-A\">Spezielle Organisationsformen: A</a> (Abteilung)</li><li>KostenstellenJahr: 2025</li></ul></blockquote><p><b>identifier</b>: <code>http://example.org/lkf-system/funktionscode</code>/162111, <code>http://example.org/lkf-system/funktionssubcode</code>/00</p><p><b>providedBy</b>: <a href=\"Organization-KHK999.html\">Organization Testkrankenhaus</a></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 361}\">Hospital Services</span></p><p><b>location</b>: <a href=\"Location-LocationKHK999.html\">Location</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "InterneKostenstellennummer"^^xsd:anyURI ;
         fhir:l fhir:InterneKostenstellennummer
       ] ;
       fhir:value [
         a fhir:UnsignedInt ;
         fhir:v "1300"^^xsd:nonNegativeInteger
       ]
     ] [
       fhir:url [
         fhir:v "InterneKostenstellenbezeichnung"^^xsd:anyURI ;
         fhir:l fhir:InterneKostenstellenbezeichnung
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Chirurgieambulanz"
       ]
     ] [
       fhir:url [
         fhir:v "SpezielleOrganisationsform"^^xsd:anyURI ;
         fhir:l fhir:SpezielleOrganisationsform
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "https://elga.moped.at/CodeSystem/SpezielleOrganisationsformenCS"^^xsd:anyURI ;
           fhir:l <https://elga.moped.at/CodeSystem/SpezielleOrganisationsformenCS>
         ] ;
         fhir:code [ fhir:v "A" ]
       ]
     ] [
       fhir:url [
         fhir:v "KostenstellenJahr"^^xsd:anyURI ;
         fhir:l fhir:KostenstellenJahr
       ] ;
       fhir:value [
         a fhir:Date ;
         fhir:v "2025"^^xsd:gYear
       ]
     ] ) ;
     fhir:url [
       fhir:v "https://elga.moped.at/StructureDefinition/moped-ext-Kostenstelle"^^xsd:anyURI ;
       fhir:l <https://elga.moped.at/StructureDefinition/moped-ext-Kostenstelle>
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://example.org/lkf-system/funktionscode"^^xsd:anyURI ;
       fhir:l <http://example.org/lkf-system/funktionscode>
     ] ;
     fhir:value [ fhir:v "162111" ]
  ] [
     fhir:system [
       fhir:v "http://example.org/lkf-system/funktionssubcode"^^xsd:anyURI ;
       fhir:l <http://example.org/lkf-system/funktionssubcode>
     ] ;
     fhir:value [ fhir:v "00" ]
  ] ) ; # 
  fhir:providedBy [
     fhir:l <https://elga.moped.at/Organization/KHK999> ;
     fhir:reference [ fhir:v "Organization/KHK999" ]
  ] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/service-type>
       ] ;
       fhir:code [ fhir:v "361" ]
     ] )
  ] ) ; # 
  fhir:location ( [
     fhir:l <https://elga.moped.at/Location/LocationKHK999> ;
     fhir:reference [ fhir:v "Location/LocationKHK999" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

