0.0.1-alpha2 - ci-build
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
Draft as of 2022-02-09 |
@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 "eventtiming-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 eventtiming-supplement</b></p><a name=\"eventtiming-supplement\"> </a><a name=\"hceventtiming-supplement\"> </a><p>This code system supplement <code>http://fhir.de/terminologie/CodeSystem/eventtiming-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-event-timing.html#event-timing-MORN\">MORN</a><a name=\"eventtiming-supplement-MORN\"> </a></td><td>Morgens</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-MORN.46early\">MORN.early</a><a name=\"eventtiming-supplement-MORN.46early\"> </a></td><td>Frühmorgens</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-MORN.46late\">MORN.late</a><a name=\"eventtiming-supplement-MORN.46late\"> </a></td><td>Spätvormittags</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-NOON\">NOON</a><a name=\"eventtiming-supplement-NOON\"> </a></td><td>Mittags</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-AFT\">AFT</a><a name=\"eventtiming-supplement-AFT\"> </a></td><td>Nachmittag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-AFT.46early\">AFT.early</a><a name=\"eventtiming-supplement-AFT.46early\"> </a></td><td>Frühnachmittags</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-AFT.46late\">AFT.late</a><a name=\"eventtiming-supplement-AFT.46late\"> </a></td><td>Spätnachmittags</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-EVE\">EVE</a><a name=\"eventtiming-supplement-EVE\"> </a></td><td>Abends</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-EVE.46early\">EVE.early</a><a name=\"eventtiming-supplement-EVE.46early\"> </a></td><td>Frühabends</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-EVE.46late\">EVE.late</a><a name=\"eventtiming-supplement-EVE.46late\"> </a></td><td>Spätabends</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-NIGHT\">NIGHT</a><a name=\"eventtiming-supplement-NIGHT\"> </a></td><td>Nachts</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-PHS\">PHS</a><a name=\"eventtiming-supplement-PHS\"> </a></td><td>Nach dem Schlaf</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-IMD\">IMD</a><a name=\"eventtiming-supplement-IMD\"> </a></td><td>Sofort</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.de/terminologie/CodeSystem/eventtiming-supplement"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1-alpha2"] ; #
fhir:name [ fhir:v "SupplementEventTiming"] ; #
fhir:title [ fhir:v "Supplement EventTiming"] ; #
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 EventTiming"] ; #
fhir:content [ fhir:v "supplement"] ; #
fhir:supplements [
fhir:v "http://hl7.org/fhir/event-timing"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/event-timing>
] ; #
fhir:concept ( [
fhir:code [ fhir:v "MORN" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Morgens" ] ] )
] [
fhir:code [ fhir:v "MORN.early" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Frühmorgens" ] ] )
] [
fhir:code [ fhir:v "MORN.late" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Spätvormittags" ] ] )
] [
fhir:code [ fhir:v "NOON" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Mittags" ] ] )
] [
fhir:code [ fhir:v "AFT" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Nachmittag" ] ] )
] [
fhir:code [ fhir:v "AFT.early" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Frühnachmittags" ] ] )
] [
fhir:code [ fhir:v "AFT.late" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Spätnachmittags" ] ] )
] [
fhir:code [ fhir:v "EVE" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Abends" ] ] )
] [
fhir:code [ fhir:v "EVE.early" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Frühabends" ] ] )
] [
fhir:code [ fhir:v "EVE.late" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Spätabends" ] ] )
] [
fhir:code [ fhir:v "NIGHT" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Nachts" ] ] )
] [
fhir:code [ fhir:v "PHS" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Nach dem Schlaf" ] ] )
] [
fhir:code [ fhir:v "IMD" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Sofort" ] ] )
] ) . #
IG © 2022+ HL7 Deutschland e.V. (Technisches Komitee Terminologien). Package de.fhir.terminologie#0.0.1-alpha2 based on FHIR 4.0.1. Generated 2025-09-04
Links: Table of Contents |
QA Report