TerminologieDE, published by HL7 Deutschland e.V. (Technisches Komitee Terminologien). This guide is not an authorized publication; it is the continuous build for version 0.0.1-alpha2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7germany/de.basisprofil.terminology/ and changes regularly. See the Directory of published versions
: Supplement RequestPriority - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "requestpriority-supplement"] ; #
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: CodeSystem requestpriority-supplement</b></p><a name=\"requestpriority-supplement\"> </a><a name=\"hcrequestpriority-supplement\"> </a><p>This code system supplement <code>http://fhir.de/terminologie/CodeSystem/requestpriority-supplement</code> defines displays on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Deutsch (Deutschland) (German (Germany), de)</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-routine\">routine</a><a name=\"requestpriority-supplement-routine\"> </a></td><td>Routine</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-urgent\">urgent</a><a name=\"requestpriority-supplement-urgent\"> </a></td><td>Dringend</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-asap\">asap</a><a name=\"requestpriority-supplement-asap\"> </a></td><td>Baldmöglichst</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-stat\">stat</a><a name=\"requestpriority-supplement-stat\"> </a></td><td>Sofort</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.de/terminologie/CodeSystem/requestpriority-supplement"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1-alpha2"] ; #
fhir:name [ fhir:v "SupplementRequestPriority"] ; #
fhir:title [ fhir:v "Supplement RequestPriority"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2022-02-09"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 Deutschland e.V. (Technisches Komitee Terminologien)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Deutschland e.V. (Technisches Komitee Terminologien)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.de/technische-komitees/terminologien/" ] ] )
] ) ; #
fhir:description [ fhir:v "CodeSystem Supplement mit Deutschen Übersetzungen für RequestPriority"] ; #
fhir:content [ fhir:v "supplement"] ; #
fhir:supplements [
fhir:v "http://hl7.org/fhir/request-priority"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/request-priority>
] ; #
fhir:concept ( [
fhir:code [ fhir:v "routine" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Routine" ] ] )
] [
fhir:code [ fhir:v "urgent" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Dringend" ] ] )
] [
fhir:code [ fhir:v "asap" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Baldmöglichst" ] ] )
] [
fhir:code [ fhir:v "stat" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Sofort" ] ] )
] ) . #