Laboratory Base Class FHIR Profiles
0.1 - Draft United States of America flag

Laboratory Base Class FHIR Profiles, published by HL7 International - Clinical Information Modeling Initiative. This is not an authorized publication; it is the continuous build for version 0.1). This version is based on the current content of https://github.com/HL7/cimi-labs/ and changes regularly. See the Directory of published versions

: Null Flavor value set - JSON Representation

Draft as of 2023-08-02

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "null-flavor-value-set",
  "text" : {
    "status" : "generated",
    "div" : "<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://www.snomed.org/\"><code>http://snomed.info/sct</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://snomed.info/id/89925002\">89925002</a></td><td>Canceled</td></tr><tr><td><a href=\"http://snomed.info/id/62604006\">62604006</a></td><td>Contaminated</td></tr><tr><td><a href=\"http://snomed.info/id/183665006\">183665006</a></td><td>Discharged from hospital</td></tr><tr><td><a href=\"http://snomed.info/id/723510000\">723510000</a></td><td>Entered in error</td></tr><tr><td><a href=\"http://snomed.info/id/397933008\">397933008</a></td><td>Equipment error/failure</td></tr><tr><td><a href=\"http://snomed.info/id/397839006\">397839006</a></td><td>Equipment malfunction</td></tr><tr><td><a href=\"http://snomed.info/id/125154007\">125154007</a></td><td>specimen unsatisfactory for evaluation</td></tr></table></li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  125154007 (Specimen unsatisfactory for evaluation)</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/cimi-labs/ValueSet/null-flavor-value-set",
  "version" : "0.1",
  "name" : "NullFlavor_VSET",
  "title" : "Null Flavor value set",
  "status" : "draft",
  "experimental" : true,
  "date" : "2023-08-02T21:04:34+00:00",
  "publisher" : "HL7 International - Clinical Information Modeling Initiative",
  "contact" : [
    {
      "name" : "HL7 International - Clinical Information Modeling Initiative",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/cimi"
        }
      ]
    },
    {
      "name" : "Graphite Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.graphitehealth.io"
        }
      ]
    }
  ],
  "description" : "A set of Snomed CT codes that describe when a test result would not have a value.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "89925002",
            "display" : "Canceled"
          },
          {
            "code" : "62604006",
            "display" : "Contaminated"
          },
          {
            "code" : "183665006",
            "display" : "Discharged from hospital"
          },
          {
            "code" : "723510000",
            "display" : "Entered in error"
          },
          {
            "code" : "397933008",
            "display" : "Equipment error/failure"
          },
          {
            "code" : "397839006",
            "display" : "Equipment malfunction"
          },
          {
            "code" : "125154007",
            "display" : "specimen unsatisfactory for evaluation"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "125154007"
          }
        ]
      }
    ]
  }
}