HL7 Terminology
2.0.0 - Publication

This page is part of the HL7 Terminology (v2.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: ClassNullFlavor - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "v3-ClassNullFlavor",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><ul><li>Include these codes as defined in <a href=\"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=\"CodeSystem-v3-NullFlavor.html#v3-NullFlavor-ASKU\">ASKU</a></td><td>asked but unknown</td><td>Information was sought but not found (e.g., patient was asked but didn't know)</td></tr><tr><td><a href=\"CodeSystem-v3-NullFlavor.html#v3-NullFlavor-MSK\">MSK</a></td><td>masked</td><td>There is information on this item available but it has not been provided by the sender due to security, privacy or other reasons. There may be an alternate mechanism for gaining access to this information.<br/><br/>Note: using this null flavor does provide information that may be a breach of confidentiality, even though no detail data is provided. Its primary purpose is for those circumstances where it is necessary to inform the receiver that the information does exist without providing any detail.</td></tr><tr><td><a href=\"CodeSystem-v3-NullFlavor.html#v3-NullFlavor-NA\">NA</a></td><td>not applicable</td><td>Known to have no proper value (e.g., last menstrual period for a male).</td></tr><tr><td><a href=\"CodeSystem-v3-NullFlavor.html#v3-NullFlavor-NASK\">NASK</a></td><td>not asked</td><td>This information has not been sought (e.g., patient was not asked)</td></tr><tr><td><a href=\"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><tr><td><a href=\"CodeSystem-v3-NullFlavor.html#v3-NullFlavor-NI\">NI</a></td><td>NoInformation</td><td>**Description:**The value is exceptional (missing, omitted, incomplete, improper). No information as to the reason for being an exceptional value is provided. This is the most general exceptional value. It is also the default exceptional value.</td></tr><tr><td><a href=\"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>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/v3-ClassNullFlavor",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.1.11.20352"
    }
  ],
  "version" : "2.0.0",
  "name" : "ClassNullFlavor",
  "title" : "ClassNullFlavor",
  "status" : "active",
  "date" : "2014-03-26",
  "description" : "**Description:** Subset of null flavors, used for associations as needed for the ITS, and used in InfrastructureRoot.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept" : [
          {
            "code" : "ASKU"
          },
          {
            "code" : "MSK"
          },
          {
            "code" : "NA"
          },
          {
            "code" : "NASK"
          },
          {
            "code" : "NAV"
          },
          {
            "code" : "NI"
          },
          {
            "code" : "UNK"
          }
        ]
      }
    ]
  }
}