FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/drugcode

Packageidmp.who-umc.org.fhir
Resource TypeCodeSystem
Iddrugcode
FHIR VersionR5
Sourcehttp://who-umc.org/idmp/https://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/CodeSystem-drugcode.html
URLhttp://who-umc.org/idmp/CodeSystem/drugcode
Version0.1.0
Statusactive
Date2025-06-18T08:26:54+00:00
NameDrugCode
TitleWHODrug DrugCode
Realmuv
DescriptionDescription of WHODrug DrugCode code system (B-format)
CopyrightUppsala Monitoring Centre
Contentexample

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

NameCodeTypeDescription
DrugCodeDrugCodestringThe drug code, carrying information of base, salt variant and trade name
NameNamestringThe name of the product
GenericGenericbooleanIndicates if this is a generic product
BaseBasebooleanIndicates 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:

CodeDisplayDrugCodeNameGenericBase
00020001004 Alvedon00020001004Alvedonfalsetrue
00002701006 Magnecyl00002701006Magnecylfalsetrue
00113802085 Methotrexaat sandoz00113802085Methotrexaat sandozfalsefalse

Source

{
  "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
        }
      ]
    }
  ]
}