UMC IDMP Request and Publish API, published by Uppsala Monitoring Centre. 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/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/ and changes regularly. See the Directory of published versions
Active as of 2025-06-18 |
@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 -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "drugcode"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem drugcode</b></p><a name=\"drugcode\"> </a><a name=\"hcdrugcode\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>DrugCode</td><td>DrugCode</td><td>string</td><td>The drug code, carrying information of base, salt variant and trade name</td></tr><tr><td>Name</td><td>Name</td><td>string</td><td>The name of the product</td></tr><tr><td>Generic</td><td>Generic</td><td>boolean</td><td>Indicates if this is a generic product</td></tr><tr><td>Base</td><td>Base</td><td>boolean</td><td>Indicates if this is a base product = true or salt = false</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>http://who-umc.org/idmp/CodeSystem/drugcode</code> provides some codes <b>that are example only</b>:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>DrugCode</b></td><td><b>Name</b></td><td><b>Generic</b></td><td><b>Base</b></td></tr><tr><td style=\"white-space:nowrap\">00020001004<a name=\"drugcode-00020001004\"> </a></td><td>Alvedon</td><td>00020001004</td><td>Alvedon</td><td>false</td><td>true</td></tr><tr><td style=\"white-space:nowrap\">00002701006<a name=\"drugcode-00002701006\"> </a></td><td>Magnecyl</td><td>00002701006</td><td>Magnecyl</td><td>false</td><td>true</td></tr><tr><td style=\"white-space:nowrap\">00113802085<a name=\"drugcode-00113802085\"> </a></td><td>Methotrexaat sandoz</td><td>00113802085</td><td>Methotrexaat sandoz</td><td>false</td><td>false</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://who-umc.org/idmp/CodeSystem/drugcode"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "DrugCode"] ; #
fhir:title [ fhir:v "WHODrug DrugCode"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-06-18T08:26:54+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Uppsala Monitoring Centre"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Uppsala Monitoring Centre" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.who-umc.org" ] ] )
] [
fhir:name [ fhir:v "Uppsala Monitoring Centre" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.who-umc.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Description of WHODrug DrugCode code system (B-format)"] ; #
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:copyright [ fhir:v "Uppsala Monitoring Centre"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:compositional [ fhir:v false] ; #
fhir:content [ fhir:v "example"] ; #
fhir:property ( [
fhir:code [ fhir:v "DrugCode" ] ;
fhir:description [ fhir:v "The drug code, carrying information of base, salt variant and trade name" ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:code [ fhir:v "Name" ] ;
fhir:description [ fhir:v "The name of the product" ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:code [ fhir:v "Generic" ] ;
fhir:description [ fhir:v "Indicates if this is a generic product" ] ;
fhir:type [ fhir:v "boolean" ]
] [
fhir:code [ fhir:v "Base" ] ;
fhir:description [ fhir:v "Indicates if this is a base product = true or salt = false" ] ;
fhir:type [ fhir:v "boolean" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "00020001004" ] ;
fhir:display [ fhir:v "Alvedon" ] ;
( fhir:property [
fhir:code [ fhir:v "Name" ] ;
fhir:value [
a fhir:string ;
fhir:v "Alvedon" ] ] [
fhir:code [ fhir:v "DrugCode" ] ;
fhir:value [
a fhir:string ;
fhir:v "00020001004" ] ] [
fhir:code [ fhir:v "Generic" ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] [
fhir:code [ fhir:v "Base" ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ] ] )
] [
fhir:code [ fhir:v "00002701006" ] ;
fhir:display [ fhir:v "Magnecyl" ] ;
( fhir:property [
fhir:code [ fhir:v "Name" ] ;
fhir:value [
a fhir:string ;
fhir:v "Magnecyl" ] ] [
fhir:code [ fhir:v "DrugCode" ] ;
fhir:value [
a fhir:string ;
fhir:v "00002701006" ] ] [
fhir:code [ fhir:v "Generic" ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] [
fhir:code [ fhir:v "Base" ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ] ] )
] [
fhir:code [ fhir:v "00113802085" ] ;
fhir:display [ fhir:v "Methotrexaat sandoz" ] ;
( fhir:property [
fhir:code [ fhir:v "Name" ] ;
fhir:value [
a fhir:string ;
fhir:v "Methotrexaat sandoz" ] ] [
fhir:code [ fhir:v "DrugCode" ] ;
fhir:value [
a fhir:string ;
fhir:v "00113802085" ] ] [
fhir:code [ fhir:v "Generic" ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] [
fhir:code [ fhir:v "Base" ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] )
] ) . #
IG © 2025+ Uppsala Monitoring Centre. Package idmp.who-umc.org.fhir#0.1.0 based on FHIR 5.0.0. Generated 2025-06-18