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

Retrieval of Real World Data for Clinical Research, published by HL7 International - Biomedical Research & Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/vulcan-rwd/ and changes regularly. See the Directory of published versions

: Covid-19 Example Vaccine Codes - JSON Representation

Active as of 2023-05-09

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ExampleNonBNT162b2Codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CVX.html\"><code>http://hl7.org/fhir/sid/cvx</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>212</td><td>SARS-COV-2 (COVID-19) vaccine, vector non-replicating, recombinant spike protein-Ad26, preservative free, 0.5 ml</td></tr><tr><td>207</td><td>SARS-COV-2 (COVID-19) vaccine, mRNA, spike protein, LNP, preservative free, 100 mcg/0.5mL dose</td></tr><tr><td>221</td><td/></tr><tr><td>228</td><td/></tr><tr><td>229</td><td/></tr><tr><td>230</td><td/></tr><tr><td>211</td><td>SARS-COV-2 (COVID-19) vaccine, Subunit, recombinant spike protein-nanoparticle+Matrix-M1 Adjuvant, preservative free, 0.5mL per dose</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleNonBNT162b2Codes",
  "version" : "1.0.0",
  "name" : "ExampleNonBNT162b2Codes",
  "title" : "Covid-19 Example Vaccine Codes",
  "status" : "active",
  "experimental" : true,
  "date" : "2023-05-09T16:50:27+00: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 vaccine codes representing non-BNT162b2 vaccines.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/sid/cvx",
        "concept" : [
          {
            "code" : "212"
          },
          {
            "code" : "207"
          },
          {
            "code" : "221"
          },
          {
            "code" : "228"
          },
          {
            "code" : "229"
          },
          {
            "code" : "230"
          },
          {
            "code" : "211"
          }
        ]
      }
    ]
  }
}