Release 4

V2-0532.vs.json

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

FHIR Value set/code system definition for HL7 v2 table 0532 ( Expanded yes/no indicator)

{
  "resourceType" : "ValueSet",
  "id" : "v2-0532",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "language" : "en",
  "text" : {
    "status" : "additional",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "external"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://terminology.hl7.org/ValueSet/v2-0532",
  "version" : "2.9",
  "name" : "v2.0532",
  "title" : "v2 Expanded yes/no indicator",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7, Inc",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org"
    }]
  }],
  "description" : "FHIR Value set/code system definition for HL7 v2 table 0532 ( Expanded yes/no indicator)",
  "compose" : {
    "include" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
      "concept" : [{
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
          "valueString" : "Information was sought but not found (e.g., patient was asked but didn't know"
        }],
        "code" : "ASKU",
        "display" : "asked but unknown"
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
          "valueString" : "No proper value is applicable in this context (e.g., last menstrual period for a male)"
        }],
        "code" : "NA",
        "display" : "not applicable"
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
          "valueString" : "This information has not been sought (e.g., patient was not asked"
        }],
        "code" : "NASK",
        "display" : "not asked"
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
          "valueString" : "Information is not available at this time but it is expected that it will be available later"
        }],
        "code" : "NAV",
        "display" : "temporarily unavailable"
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
          "valueString" : "No information whatsoever can be inferred from this exceptional value. This is the most general exceptional value. It is also the default exceptional value"
        }],
        "code" : "NI",
        "display" : "No Information"
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
          "valueString" : "Obsolete as of v 2.7."
        }],
        "code" : "NP",
        "display" : "not present"
      },
      {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
          "valueString" : "A proper value is applicable, but not known"
        }],
        "code" : "UNK",
        "display" : "unknown"
      }]
    },
    {
      "system" : "http://terminology.hl7.org/CodeSystem/v2-0136",
      "concept" : [{
        "code" : "N",
        "display" : "No"
      },
      {
        "code" : "Y",
        "display" : "Yes"
      }]
    }]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.