Medication IG DE
1.0.0-ballot1 - 1.0.0

This page is part of the Medication IG DE (vballot1: Releases Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Zeiteinheiten für die DurationUnit in Dosierungen im dgMP - TTL Representation

Draft as of 2025-07-11

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 "DosageUnitsOfTimeDgMP"] ; # 
  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 DosageUnitsOfTimeDgMP</b></p><a name=\"DosageUnitsOfTimeDgMP\"> </a><a name=\"hcDosageUnitsOfTimeDgMP\"> </a><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Deutsch (Deutschland) (German (Germany), de)</b></td></tr><tr><td>d</td><td style=\"color: #cccccc\">d</td><td>Tag(e)</td></tr><tr><td>wk</td><td style=\"color: #cccccc\">wk</td><td>Woche(n)</td></tr><tr><td>mo</td><td style=\"color: #cccccc\">mo</td><td>Monat</td></tr><tr><td>a</td><td style=\"color: #cccccc\">a</td><td>Jahr(e)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://ig.fhir.de/igs/medication/ValueSet/DosageUnitsOfTimeDgMP"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-ballot1"] ; # 
  fhir:name [ fhir:v "DurationUnitsOfTimeDgMPVS"] ; # 
  fhir:title [ fhir:v "Zeiteinheiten für die DurationUnit in Dosierungen im dgMP"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-07-11T15:28:36+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Deutschland"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Deutschland" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Dieses ValueSet enthält dgMPV DurationUnit Zeiteinheiten aus dem UCUM-CodeSystem in deutscher Übersetzung"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "d" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Tag(e)" ]         ] )       ] [
fhir:code [ fhir:v "wk" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Woche(n)" ]         ] )       ] [
fhir:code [ fhir:v "mo" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Monat" ]         ] )       ] [
fhir:code [ fhir:v "a" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "de-DE" ] ;
fhir:value [ fhir:v "Jahr(e)" ]         ] )       ] )     ] )
  ] . #