@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://fhir.pharmaprotect.de/digital/epil-fhir-ig/ValueSet/DEU-ePIL-Identifier-Type-VS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DEU-ePIL-Identifier-Type-VS"] ; # 
  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 DEU-ePIL-Identifier-Type-VS</b></p><a name=\"DEU-ePIL-Identifier-Type-VS\"> </a><a name=\"hcDEU-ePIL-Identifier-Type-VS\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R5/valueset-identifier-type.html\">Identifier Type Codes</a></li><li>Include all codes defined in <a href=\"CodeSystem-DEU-ePIL-Package-IdentifierType.html\"><code>http://fhir.pharmaprotect.de/digital/epil-fhir-ig/CodeSystem/DEU-ePIL-Package-IdentifierType</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.7.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://fhir.pharmaprotect.de/digital/epil-fhir-ig/ValueSet/DEU-ePIL-Identifier-Type-VS"^^xsd:anyURI ;
     fhir:l <http://fhir.pharmaprotect.de/digital/epil-fhir-ig/ValueSet/DEU-ePIL-Identifier-Type-VS>
  ] ; # 
  fhir:version [ fhir:v "0.7.0"] ; # 
  fhir:name [ fhir:v "DEU_ePIL_Identifier_Type_VS"] ; # 
  fhir:title [ fhir:v "DEU ePIL Identifier Type ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-04T08:58:29+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ACS PharmaProtect GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "ACS PharmaProtect GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.pharmaprotect.de" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "andreas.schaefer@wambo.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Extends the FHIR core Identifier Type ValueSet with the DEU ePIL package identifier type codes (GTIN, NTIN, PPN, PZN, PCID)."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:valueSet ( [
         fhir:v "http://hl7.org/fhir/ValueSet/identifier-type"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/ValueSet/identifier-type>
       ] )
     ] [
       fhir:system [
         fhir:v "http://fhir.pharmaprotect.de/digital/epil-fhir-ig/CodeSystem/DEU-ePIL-Package-IdentifierType"^^xsd:anyURI ;
         fhir:l <http://fhir.pharmaprotect.de/digital/epil-fhir-ig/CodeSystem/DEU-ePIL-Package-IdentifierType>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

