Vital Records FHIR Messaging (VRFM) IG
3.0.0-Preview1 - ci-build

Vital Records FHIR Messaging (VRFM) IG, published by CDC NCHS. This guide is not an authorized publication; it is the continuous build for version 3.0.0-Preview1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nightingaleproject/vital_records_fhir_messaging_ig/ and changes regularly. See the Directory of published versions

: Certificate Available Values - XML Representation

Draft as of 2025-07-09

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="VRM-CertAvailable-vs"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet VRM-CertAvailable-vs</b></p><a name="VRM-CertAvailable-vs"> </a><a name="hcVRM-CertAvailable-vs"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/v2/0136/index.html"><code>http://terminology.hl7.org/CodeSystem/v2-0136</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="http://hl7.org/fhir/R4/v2/0136/index.html#v2-0136-Y">Y</a></td><td>Yes</td></tr><tr><td><a href="http://hl7.org/fhir/R4/v2/0136/index.html#v2-0136-N">N</a></td><td>No</td></tr></table></li><li>Include these codes as defined in <a href="http://terminology.hl7.org/6.3.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/6.3.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><tr><td><a href="http://terminology.hl7.org/6.3.0/CodeSystem-v3-NullFlavor.html#v3-NullFlavor-NAV">NAV</a></td><td>Temporarily unavailable</td><td>Information is not available at this time but it is expected that it will be available later.</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/ValueSet/VRM-CertAvailable-vs"/>
  <version value="3.0.0-Preview1"/>
  <name value="CertAvailableVS"/>
  <title value="Certificate Available Values"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2025-07-09T16:08:41+00:00"/>
  <publisher value="CDC NCHS"/>
  <contact>
    <name value="CDC NCHS"/>
    <telecom>
      <system value="url"/>
      <value value="http://cdc.gov/nchs"/>
    </telecom>
  </contact>
  <description value="Certificate Available Values"/>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0136"/>
      <concept>
        <code value="Y"/>
        <display value="Yes"/>
      </concept>
      <concept>
        <code value="N"/>
        <display value="No"/>
      </concept>
    </include>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
      <concept>
        <code value="UNK"/>
        <display value="Unknown"/>
      </concept>
      <concept>
        <code value="NAV"/>
        <display value="Temporarily unavailable"/>
      </concept>
    </include>
  </compose>
</ValueSet>