US Core Implementation Guide STU 2

This page is part of the US Core (v2.0.0: STU2) based on FHIR R3. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

Vaccine Administered Value Set (CVX)

Formats: Narrative, XML, JSON, Turtle

Download Raw json

{
  "resourceType" : "ValueSet",
  "id" : "us-core-cvx",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Vaccine Administered Value Set (CVX)</h2><div><p>This identifies the vaccine substance administered - CVX codes</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <code>http://hl7.org/fhir/sid/cvx</code></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/core/ValueSet/us-core-cvx",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.3.88.12.80.22"
    }
  ],
  "version" : "2.0.0",
  "name" : "Vaccine Administered Value Set (CVX)",
  "status" : "active",
  "date" : "2016-08-10T00:00:00+10:00",
  "publisher" : "HL7 US Realm Steering Committee",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "This identifies the vaccine substance administered - CVX codes",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/sid/cvx"
      }
    ]
  }
}