@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 -------------------------------------------------------------------

<http://ig.fhir.de/igs/medication/ValueSet/DosageDoseQuantityDE> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DosageDoseQuantityDE"] ; # 
  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 DosageDoseQuantityDE</b></p><a name=\"DosageDoseQuantityDE\"> </a><a name=\"hcDosageDoseQuantityDE\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li><li>Include all codes defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li><li>Import all the codes that are contained in <a href=\"ValueSet-EDQMUnitOfPresentation.html\">EDQM Unit of Presentation ValueSet</a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://ig.fhir.de/igs/medication/ValueSet/DosageDoseQuantityDE"^^xsd:anyURI ;
     fhir:l <http://ig.fhir.de/igs/medication/ValueSet/DosageDoseQuantityDE>
  ] ; # 
  fhir:version [ fhir:v "1.0.4"] ; # 
  fhir:name [ fhir:v "DosageDoseQuantityDEVS"] ; # 
  fhir:title [ fhir:v "Dosage DoseQuantity ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-04-02T06:20:02+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Deutschland e.V."] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Deutschland e.V." ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://hl7.de" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Diese ValueSet enthält Konzepte für die Dosierungseinheit in der Dosiermenge."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT"^^xsd:anyURI ;
         fhir:l <https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT>
       ]
     ] [
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ]
     ] [
       fhir:valueSet ( [
         fhir:v "http://ig.fhir.de/igs/medication/ValueSet/EDQMUnitOfPresentation"^^xsd:anyURI ;
         fhir:l <http://ig.fhir.de/igs/medication/ValueSet/EDQMUnitOfPresentation>
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

