Retrieval of Real World Data for Clinical Research
1.0.0 - trial-use International flag

This page is part of the Retrieval of Real World Data for Clinical Research (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: AntiTNFA Example Drug Codes - JSON Representation

Active as of 2023-05-26

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ExampleAntiTNFADrugCodes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://example.org/emeaproducts</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>EMEA/H/C/004647</td><td/></tr><tr><td>EMEA/H/C/004320</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleAntiTNFADrugCodes",
  "version" : "1.0.0",
  "name" : "ExampleAntiTNFADrugCodes",
  "title" : "AntiTNFA Example Drug Codes",
  "status" : "active",
  "experimental" : true,
  "date" : "2023-05-26T22:53:14+10:00",
  "publisher" : "HL7 International - Biomedical Research & Regulation Work Group",
  "contact" : [
    {
      "name" : "HL7 International - Biomedical Research & Regulation Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description" : "An example value set of EMEA product codes for Hyrimoz and Zessly drug products.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://example.org/emeaproducts",
        "concept" : [
          {
            "code" : "EMEA/H/C/004647"
          },
          {
            "code" : "EMEA/H/C/004320"
          }
        ]
      }
    ]
  }
}