WHO-UMC IDMP Management and Publish API
0.1.0 - CI Build International flag

WHO-UMC IDMP Management 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

: WHODrug DrugCode - JSON Representation

Active as of 2024-09-16

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "drugcode",
  "text" : {
    "status" : "generated",
    "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><a name=\"drugcode-en-US\"> </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>"
  },
  "url" : "http://who-umc.org/idmp/CodeSystem/drugcode",
  "version" : "0.1.0",
  "name" : "DrugCode",
  "title" : "WHODrug DrugCode",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-16T12:33:19+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
        }
      ]
    }
  ]
}