@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://hl7.org/fhir/uv/pharm-quality/ValueSet/vs-medicine-route-of-administration> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vs-medicine-route-of-administration"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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 vs-medicine-route-of-administration</b></p><a name=\"vs-medicine-route-of-administration\"> </a><a name=\"hcvs-medicine-route-of-administration\"> </a><ul><li>Include codes from<a href=\"http://tx.fhir.org/r5\"><code>http://standardterms.edqm.eu</code></a><span style=\"opacity: 0.5\" title=\"Version is not explicitly stated. When building this specification, the most recent version 5 February 2025 has been used\"> version ⏿5 February 2025</span> where status  = Current, class  = ROA and domain  = Human and Veterinary</li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "brr"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/uv/pharm-quality/ValueSet/vs-medicine-route-of-administration"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/uv/pharm-quality/ValueSet/vs-medicine-route-of-administration>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.41.48.22" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "MedicineRouteOfAdministrationEDQM"] ; # 
  fhir:title [ fhir:v "Medicine Route of Administration EDQM"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-10T20:32:51+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Biomedical Research and Regulation"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Biomedical Research and Regulation" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/rcrim" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "EDQM (European Directorate for the Quality of Medicines and Healthcare) Route of Administration codes.  This Value Set includes all the EDQM Standard Terms having:\n\n[Concept Status] = ‘Current’ AND\n\n[Concept Class] = 'ROA' AND\n\n[Domain] = 'Human and Veterinary'\n\n\nROA = 'Route of administration'"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:immutable [ fhir:v false] ; # 
  fhir:copyright [ fhir:v "This artifact includes content from EDQM Standard Terms. EDQM Standard Terms are copyright European Directorate for the Quality of Medicines. Terms & Conditions in https://www.edqm.eu/en/standard-terms-database"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ;
         fhir:l <http://standardterms.edqm.eu>
       ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "status" ] ;
         fhir:op [ fhir:v "=" ] ;
         fhir:value [ fhir:v "Current" ]
       ] [
         fhir:property [ fhir:v "class" ] ;
         fhir:op [ fhir:v "=" ] ;
         fhir:value [ fhir:v "ROA" ]
       ] [
         fhir:property [ fhir:v "domain" ] ;
         fhir:op [ fhir:v "=" ] ;
         fhir:value [ fhir:v "Human and Veterinary" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

