@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:Resource.id [ fhir:value "DosageDoseQuantityDE"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://ig.fhir.de/igs/medication/ValueSet/DosageDoseQuantityDE"] ;
  fhir:ValueSet.version [ fhir:value "1.1.0"] ;
  fhir:ValueSet.name [ fhir:value "DosageDoseQuantityDEVS"] ;
  fhir:ValueSet.title [ fhir:value "Dosage DoseQuantity ValueSet"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-07-06T14:32:07+02:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "HL7 Deutschland e.V."] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Deutschland e.V." ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://hl7.de" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Diese ValueSet enthält Konzepte für die Dosierungseinheit in der Dosiermenge."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT" ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://unitsofmeasure.org" ]
     ], [
       fhir:index 2 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://ig.fhir.de/igs/medication/ValueSet/EDQMUnitOfPresentation" ;
         fhir:index 0 ;
         fhir:link <http://ig.fhir.de/igs/medication/ValueSet/EDQMUnitOfPresentation>
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://ig.fhir.de/igs/medication/ValueSet/DosageDoseQuantityDE.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

