FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/VRM-CertAvailable-vs

Packagevital-records-fhir-messaging
TypeValueSet
IdVRM-CertAvailable-vs
FHIR VersionR4
Sourcehttp://cdc.gov/nchs/nvss/fhir/vital-records-messaging/https://build.fhir.org/ig/nightingaleproject/vital_records_fhir_messaging_ig/ValueSet-VRM-CertAvailable-vs.html
URLhttp://cdc.gov/nchs/nvss/fhir/vital-records-messaging/ValueSet/VRM-CertAvailable-vs
Version3.0.0-Preview1
Statusdraft
Date2025-07-09T16:08:41+00:00
NameCertAvailableVS
TitleCertificate Available Values
DescriptionCertificate Available Values

Resources that use this resource

StructureDefinition
VRM-birth-record-identifier-childBirth Record Identifier Child
VRM-fetal-death-record-identifierFetal Death Record Identifier

Resources that this resource uses

CodeSystem
v3-NullFlavorNullFlavor
v3-NullFlavorNullFlavor

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet VRM-CertAvailable-vs

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v2-0136
    CodeDisplay
    YYes
    NNo
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor
    CodeDisplayDefinition
    UNKUnknown**Description:**A proper value is applicable, but not known.

    **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:

    1. Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown')
    2. Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)
    NAVTemporarily unavailableInformation is not available at this time but it is expected that it will be available later.

Source

{
  "resourceType": "ValueSet",
  "id": "VRM-CertAvailable-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/ValueSet/VRM-CertAvailable-vs",
  "version": "3.0.0-Preview1",
  "name": "CertAvailableVS",
  "title": "Certificate Available Values",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-09T16:08:41+00:00",
  "publisher": "CDC NCHS",
  "contact": [
    {
      "name": "CDC NCHS",
      "telecom": [
        {
          "system": "url",
          "value": "http://cdc.gov/nchs"
        }
      ]
    }
  ],
  "description": "Certificate Available Values",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
        "concept": [
          {
            "code": "Y",
            "display": "Yes"
          },
          {
            "code": "N",
            "display": "No"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "UNK",
            "display": "Unknown"
          },
          {
            "code": "NAV",
            "display": "Temporarily unavailable"
          }
        ]
      }
    ]
  }
}