@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/ValueSet/SpezielleOrganisationsformVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SpezielleOrganisationsformVS"] ; # 
  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: ValueSet SpezielleOrganisationsformVS</b></p><a name=\"SpezielleOrganisationsformVS\"> </a><a name=\"hcSpezielleOrganisationsformVS\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-SpezielleOrganisationsformenCS.html\"><code>https://elga.moped.at/CodeSystem/SpezielleOrganisationsformenCS</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span></li><li>Include all codes defined in <a href=\"CodeSystem-SpezielleBetriebsformenCS.html\"><code>https://elga.moped.at/CodeSystem/SpezielleBetriebsformenCS</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://elga.moped.at/ValueSet/SpezielleOrganisationsformVS"^^xsd:anyURI ;
     fhir:l <https://elga.moped.at/ValueSet/SpezielleOrganisationsformVS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SpezielleOrganisationsformVS"] ; # 
  fhir:title [ fhir:v "Spezielle Organisationsform"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-01-09T08:51:35+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ELGA GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "ELGA GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://elga.gv.at" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Die spezielle Organisationsform der stationären Versorgung ist im Kostenstellenplan \nzusätzlich zum Funktionscode mit einer entsprechenden Kennzeichnung zu versehen."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://elga.moped.at/CodeSystem/SpezielleOrganisationsformenCS"^^xsd:anyURI ;
         fhir:l <https://elga.moped.at/CodeSystem/SpezielleOrganisationsformenCS>
       ]
     ] [
       fhir:system [
         fhir:v "https://elga.moped.at/CodeSystem/SpezielleBetriebsformenCS"^^xsd:anyURI ;
         fhir:l <https://elga.moped.at/CodeSystem/SpezielleBetriebsformenCS>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

