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

: Substance (METHOTREXATE SODIUM) - JSON Representation

Raw json | Download


{
  "resourceType" : "SubstanceDefinition",
  "id" : "GSID9XBS2KCF3K1Z1",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2018-03-28T06:33:35.5846586+00:00",
    "source" : "http://idmp.who-umc.org/fhir",
    "profile" : [
      🔗 "http://who-umc.org/idmp/StructureDefinition/SubstanceDefinition-pub"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Substance definition</h1><table><tr><td style=\"font-weight: bold;\">Id</td><td>GSID9XBS2KCF3K1Z1</td></tr></table><h2>Name(s)</h2><table><th>Name</th><th>Language</th><th>Preferred</th><tr><td>METHOTREXATE SODIUM</td><td>en</td><td>True</td></tr></table><h2>Other code systems</h2><table><th>System</th><th>Code</th><tr><td>https://open.fda.gov/data/unii</td><td>3IG1E710ZN</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://who-umc.org/idmp/gsid",
      "value" : "GSID9XBS2KCF3K1Z1"
    }
  ],
  "status" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/publication-status",
        "code" : "active"
      }
    ],
    "text" : "Active"
  },
  "domain" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/medicinal-product-domain",
        "code" : "Human"
      }
    ],
    "text" : "Human use"
  },
  "code" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://open.fda.gov/data/unii",
            "code" : "3IG1E710ZN"
          }
        ]
      }
    }
  ],
  "name" : [
    {
      "name" : "METHOTREXATE SODIUM",
      "status" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/publication-status",
            "code" : "active"
          }
        ],
        "text" : "Active"
      },
      "preferred" : true,
      "language" : [
        {
          "coding" : [
            {
              "system" : "urn:ietf:bcp:47",
              "code" : "en"
            }
          ]
        }
      ]
    }
  ],
  "relationship" : [
    {
      "substanceDefinitionReference" : {
        🔗 "reference" : "SubstanceDefinition/GSID23G92UMX93H45"
      },
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/substance-relationship-type",
            "code" : "Salt"
          }
        ],
        "text" : "Salt to parent"
      }
    }
  ]
}