{
  "resourceType": "CodeSystem",
  "id": "WHODrug",
  "url": "http://poc.umcterminologies.org/umc-product-id",
  "name": "WHODrug",
  "title": "WHODrug Product ID",
  "status": "active",
  "experimental": false,
  "publisher": "Uppsala Monitoring Centre",
  "description": "Description of WHODrug Product ID code system (C-format)",
  "copyright": "Uppsala Monitoring Centre",
  "caseSensitive": false,
  "compositional": false,
  "content": "example",
  "property": [
    {
      "code": "ProductId",
      "description": "The product Id (from WHODrug c-format) of the product",
      "type": "string"
    },
    {
      "code": "Name",
      "description": "The name of the product",
      "type": "string"
    },
    {
      "code": "DrugCode",
      "description": "The drug code, carrying information of base, salt variant and trade name",
      "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": "AK3KK6O4DJ6",
      "display": "Alvedon",
      "property": [
        {
          "code": "ProductId",
          "valueString": "87552"
        },
        {
          "code": "Name",
          "valueString": "Alvedon"
        },
        {
          "code": "DrugCode",
          "valueString": "00020001004"
        },
        {
          "code": "Generic",
          "valueBoolean": false
        },
        {
          "code": "Base",
          "valueBoolean": true
        }
      ]
    },
    {
      "code": "OD6KK6O4AR3",
      "display": "Magnecyl",
      "property": [
        {
          "code": "ProductId",
          "valueString": "84684"
        },
        {
          "code": "Name",
          "valueString": "Magnecyl"
        },
        {
          "code": "DrugCode",
          "valueString": "00002701006"
        },
        {
          "code": "Generic",
          "valueBoolean": false
        },
        {
          "code": "Base",
          "valueBoolean": true
        }
      ]
    },
    {
      "code": "1266520E021",
      "display": "Methotrexaat sandoz",
      "property": [
        {
          "code": "ProductId",
          "valueString": "12345"
        },
        {
          "code": "Name",
          "valueString": "Methotrexaat sandoz"
        },
        {
          "code": "DrugCode",
          "valueString": "00113802085"
        },
        {
          "code": "Generic",
          "valueBoolean": false
        },
        {
          "code": "Base",
          "valueBoolean": false
        }
      ]
    }
  ]
}