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 - XML Representation

Active as of 2024-09-16

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="drugcode"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://who-umc.org/idmp/CodeSystem/drugcode"/>
  <version value="0.1.0"/>
  <name value="DrugCode"/>
  <title value="WHODrug DrugCode"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-09-16T12:33:19+00:00"/>
  <publisher value="Uppsala Monitoring Centre"/>
  <contact>
    <name value="Uppsala Monitoring Centre"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.who-umc.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Uppsala Monitoring Centre"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.who-umc.org"/>
    </telecom>
  </contact>
  <description
               value="Description of WHODrug DrugCode code system (B-format)"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <copyright value="Uppsala Monitoring Centre"/>
  <caseSensitive value="false"/>
  <compositional value="false"/>
  <content value="example"/>
  <property>
    <code value="DrugCode"/>
    <description
                 value="The drug code, carrying information of base, salt variant and trade name"/>
    <type value="string"/>
  </property>
  <property>
    <code value="Name"/>
    <description value="The name of the product"/>
    <type value="string"/>
  </property>
  <property>
    <code value="Generic"/>
    <description value="Indicates if this is a generic product"/>
    <type value="boolean"/>
  </property>
  <property>
    <code value="Base"/>
    <description
                 value="Indicates if this is a base product = true or salt = false"/>
    <type value="boolean"/>
  </property>
  <concept>
    <code value="00020001004"/>
    <display value="Alvedon"/>
    <property>
      <code value="Name"/>
      <valueString value="Alvedon"/>
    </property>
    <property>
      <code value="DrugCode"/>
      <valueString value="00020001004"/>
    </property>
    <property>
      <code value="Generic"/>
      <valueBoolean value="false"/>
    </property>
    <property>
      <code value="Base"/>
      <valueBoolean value="true"/>
    </property>
  </concept>
  <concept>
    <code value="00002701006"/>
    <display value="Magnecyl"/>
    <property>
      <code value="Name"/>
      <valueString value="Magnecyl"/>
    </property>
    <property>
      <code value="DrugCode"/>
      <valueString value="00002701006"/>
    </property>
    <property>
      <code value="Generic"/>
      <valueBoolean value="false"/>
    </property>
    <property>
      <code value="Base"/>
      <valueBoolean value="true"/>
    </property>
  </concept>
  <concept>
    <code value="00113802085"/>
    <display value="Methotrexaat sandoz"/>
    <property>
      <code value="Name"/>
      <valueString value="Methotrexaat sandoz"/>
    </property>
    <property>
      <code value="DrugCode"/>
      <valueString value="00113802085"/>
    </property>
    <property>
      <code value="Generic"/>
      <valueBoolean value="false"/>
    </property>
    <property>
      <code value="Base"/>
      <valueBoolean value="false"/>
    </property>
  </concept>
</CodeSystem>