1.0.0 - Build CI

SaraAlert - Local Development build (v1.0.0). See the Directory of published versions

: COVID-19 Vaccines Value Set - XML Representation

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="covid-19-vaccines"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/2.1.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>207</td><td>Moderna COVID-19 Vaccine</td></tr><tr><td>208</td><td>Pfizer COVID-19 Vaccine</td></tr><tr><td>212</td><td>Janssen COVID-19 Vaccine</td></tr></table></li><li>Include these codes as defined in <a href="http://terminology.hl7.org/2.1.0/CodeSystem-v3-NullFlavor.html"><code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/2.1.0/CodeSystem-v3-NullFlavor.html#v3-NullFlavor-UNK">UNK</a></td><td>unknown</td><td>**Description:**A proper value is applicable, but not known.<br/><br/>**Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:<br/><br/>1.  Those properties themselves directly translate to a semantic of &quot;unknown&quot;. (E.g. a local code sent as a translation that conveys 'unknown')<br/>2.  Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of &quot;H&quot; and a URL prefix of &quot;tel:&quot; to convey that it is the home phone number that is unknown.)</td></tr></table></li></ul></div>
  </text>
  <url value="http://saraalert.org/ValueSet/covid-19-vaccines"/>
  <version value="1.0.0"/>
  <name value="COVID19VaccinesValueSet"/>
  <title value="COVID-19 Vaccines Value Set"/>
  <status value="active"/>
  <date value="2021-12-01T10:26:21-05:00"/>
  <publisher value="The MITRE Corporation"/>
  <contact>
    <name value="The MITRE Corporation"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.mitre.org"/>
    </telecom>
  </contact>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <concept>
        <code value="207"/>
        <display value="Moderna COVID-19 Vaccine"/>
      </concept>
      <concept>
        <code value="208"/>
        <display value="Pfizer COVID-19 Vaccine"/>
      </concept>
      <concept>
        <code value="212"/>
        <display value="Janssen COVID-19 Vaccine"/>
      </concept>
    </include>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
      <concept>
        <code value="UNK"/>
        <display value="unknown"/>
      </concept>
    </include>
  </compose>
</ValueSet>