FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3

V2-0532.vs.json

Vocabulary Work GroupMaturity Level: N/ABallot Status: Informative

Raw JSON (canonical form)

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"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/v2-0532",
  "version": "2.8.2",
  "name": "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://hl7.org/fhir/v3/NullFlavor",
        "concept": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-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-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-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-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-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-comments",
                "valueString": "Obsolete as of v 2.7."
              }
            ],
            "code": "NP",
            "display": "not present"
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-comments",
                "valueString": "A proper value is applicable, but not known"
              }
            ],
            "code": "UNK",
            "display": "unknown"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/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.