This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
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/valueset-shareable-definition" ] }, "text": { "status": "additional", "div": "<div>!-- Snipped for Brevity --></div>" }, "url": "http://hl7.org/fhir/ValueSet/v2-0532", "version": "2.8.2", "name": "v2 Expanded Yes/no Indicator", "status": "active", "experimental": true, "publisher": "HL7, Inc", "contact": [ { "telecom": [ { "system": "other", "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.