Pharmaceutical Quality (Industry) 1.0.0-ballot - ballot
This page is part of the Pharmaceutical Quality (Industry) (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions
Raw ttl | Download
@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 ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "medicine-route-of-administration"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <code>http://standardterms.edqm.eu</code> where status = Current, class = ROA and domain = Human and Veterinary</li></ul></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "brr" ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/uv/pharm-quality/ValueSet/medicine-route-of-administration"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0-ballot"] ; # fhir:name [ fhir:v "MedicineRouteOfAdministrationEDQM"] ; # fhir:title [ fhir:v "Medicine Route of Administration EDQM"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-12-18T16:00:45+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[Concept Status] = ‘Current’ AND \n[Concept Class] = 'ROA' AND \n[Domain] = 'Human and Veterinary' \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:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ; fhir:text [ fhir:v "World" ] ] ) ; # fhir:immutable [ fhir:v "false"^^xsd:boolean] ; # 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: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" ] ] ) ] ) ] . #