Package | idmp.who-umc.org.fhir |
Resource Type | CodeSystem |
Id | drugcode |
FHIR Version | R5 |
Source | http://who-umc.org/idmp/https://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/CodeSystem-drugcode.html |
URL | http://who-umc.org/idmp/CodeSystem/drugcode |
Version | 0.1.0 |
Status | active |
Date | 2025-06-18T08:26:54+00:00 |
Name | DrugCode |
Title | WHODrug DrugCode |
Realm | uv |
Description | Description of WHODrug DrugCode code system (B-format) |
Copyright | Uppsala Monitoring Centre |
Content | example |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem drugcode
Properties
This code system defines the following properties for its concepts
Name | Code | Type | Description |
DrugCode | DrugCode | string | The drug code, carrying information of base, salt variant and trade name |
Name | Name | string | The name of the product |
Generic | Generic | boolean | Indicates if this is a generic product |
Base | Base | boolean | Indicates if this is a base product = true or salt = false |
Concepts
This case-insensitive code system http://who-umc.org/idmp/CodeSystem/drugcode
provides some codes that are example only:
Code | Display | DrugCode | Name | Generic | Base |
00020001004 | Alvedon | 00020001004 | Alvedon | false | true |
00002701006 | Magnecyl | 00002701006 | Magnecyl | false | true |
00113802085 | Methotrexaat sandoz | 00113802085 | Methotrexaat sandoz | false | false |
{ "resourceType": "CodeSystem", "id": "drugcode", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://who-umc.org/idmp/CodeSystem/drugcode", "version": "0.1.0", "name": "DrugCode", "title": "WHODrug DrugCode", "status": "active", "experimental": false, "date": "2025-06-18T08:26:54+00:00", "publisher": "Uppsala Monitoring Centre", "contact": [ { "name": "Uppsala Monitoring Centre", "telecom": [ { "system": "url", "value": "http://www.who-umc.org" } ] }, { "name": "Uppsala Monitoring Centre", "telecom": [ { "system": "url", "value": "http://www.who-umc.org" } ] } ], "description": "Description of WHODrug DrugCode code system (B-format)", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "copyright": "Uppsala Monitoring Centre", "caseSensitive": false, "compositional": false, "content": "example", "property": [ { "code": "DrugCode", "description": "The drug code, carrying information of base, salt variant and trade name", "type": "string" }, { "code": "Name", "description": "The name of the product", "type": "string" }, { "code": "Generic", "description": "Indicates if this is a generic product", "type": "boolean" }, { "code": "Base", "description": "Indicates if this is a base product = true or salt = false", "type": "boolean" } ], "concept": [ { "code": "00020001004", "display": "Alvedon", "property": [ { "code": "Name", "valueString": "Alvedon" }, { "code": "DrugCode", "valueString": "00020001004" }, { "code": "Generic", "valueBoolean": false }, { "code": "Base", "valueBoolean": true } ] }, { "code": "00002701006", "display": "Magnecyl", "property": [ { "code": "Name", "valueString": "Magnecyl" }, { "code": "DrugCode", "valueString": "00002701006" }, { "code": "Generic", "valueBoolean": false }, { "code": "Base", "valueBoolean": true } ] }, { "code": "00113802085", "display": "Methotrexaat sandoz", "property": [ { "code": "Name", "valueString": "Methotrexaat sandoz" }, { "code": "DrugCode", "valueString": "00113802085" }, { "code": "Generic", "valueBoolean": false }, { "code": "Base", "valueBoolean": false } ] } ] }