Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build

Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Moped Composition Sections ValueSet - TTL Representation

Draft as of 2025-04-01

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CompositionSectionsVS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CompositionSectionsVS</b></p><a name=\"CompositionSectionsVS\"> </a><a name=\"hcCompositionSectionsVS\"> </a><a name=\"CompositionSectionsVS-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-CompositionSectionsCS.html\"><code>https://elga.moped.at/CodeSystem/CompositionSectionsCS</code></a></li><li>Include these codes as defined in <a href=\"CodeSystem-MopedEncounterTypesCS.html\"><code>https://elga.moped.at/CodeSystem/MopedEncounterTypesCS</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-MopedEncounterTypesCS.html#MopedEncounterTypesCS-ENC\">ENC</a></td><td style=\"color: #cccccc\">Moped Encounter</td></tr><tr><td><a href=\"CodeSystem-MopedEncounterTypesCS.html#MopedEncounterTypesCS-TENC\">TENC</a></td><td style=\"color: #cccccc\">Moped Transfer Encounter</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://elga.moped.at/ValueSet/CompositionSectionsVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CompositionSectionsVS"] ; # 
  fhir:title [ fhir:v "Moped Composition Sections ValueSet"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-04-01T15:07:55+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 "ValueSet für die Moped Sections der Composition Ressource"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://elga.moped.at/CodeSystem/CompositionSectionsCS"^^xsd:anyURI ]     ] [
fhir:system [ fhir:v "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "ENC" ]       ] [
fhir:code [ fhir:v "TENC" ]       ] )     ] )
  ] . #