IDEA4RC FHIR Implementation Guide, published by IDEA4RC Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/idea4rc/ and changes regularly. See the Directory of published versions
Draft as of 2025-07-25 |
{
"resourceType" : "ValueSet",
"id" : "drug-for-treatments-eu-i4rc",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet drug-for-treatments-eu-i4rc</b></p><a name=\"drug-for-treatments-eu-i4rc\"> </a><a name=\"hcdrug-for-treatments-eu-i4rc\"> </a><ul><li>Include codes from<code>http://fhir.ohdsi.org/CodeSystem/concepts</code> where domain = Drug, standardConcept = Standard and vocabulary in RxNorm,RxNorm Extension</li></ul></div>"
},
"url" : "http://hl7.eu/fhir/ig/idea4rc/ValueSet/drug-for-treatments-eu-i4rc",
"version" : "0.1.0",
"name" : "DrugForTreatmentsVS",
"title" : "Drugs for Treatments",
"status" : "draft",
"experimental" : false,
"date" : "2025-07-25T13:48:09+00:00",
"publisher" : "IDEA4RC Project",
"contact" : [
{
"name" : "IDEA4RC Project",
"telecom" : [
{
"system" : "url",
"value" : "https://www.idea4rc.eu/"
}
]
},
{
"name" : "IDEA4RC Project",
"telecom" : [
{
"system" : "url",
"value" : "https://www.idea4rc.eu/"
}
]
}
],
"description" : "A list of drugs given to a patient for a specific treatment.\nThis list can be visualized here : https://athena.ohdsi.org/search-terms/terms?domain=Drug&standardConcept=Standard&vocabulary=RxNorm&vocabulary=RxNorm+Extension&page=1&pageSize=15&query=",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "150",
"display" : "Europe"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://fhir.ohdsi.org/CodeSystem/concepts",
"filter" : [
{
"property" : "domain",
"op" : "=",
"value" : "Drug"
},
{
"property" : "standardConcept",
"op" : "=",
"value" : "Standard"
},
{
"property" : "vocabulary",
"op" : "in",
"value" : "RxNorm,RxNorm Extension"
}
]
}
]
}
}