{
  "resourceType": "ValueSet",
  "id": "v2-0916",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div><p>Relevant Clincial Information</p>\r\n<table class=\"grid\"><tr><td><b>Code</b></td><td><b>Description</b></td><td><b>Comment</b></td><td><b>Version</b></td></tr><tr><td>F<a name=\"F\"> </a></td><td>Patient was fasting prior to the procedure.</td><td/><td>added v2.7.1</td></tr><tr><td>FNA<a name=\"FNA\"> </a></td><td>Fasting not asked of the patient at time of procedure.</td><td>deprecated</td><td>added v2.7.1, removed after v2.7.1</td></tr><tr><td>NF<a name=\"NF\"> </a></td><td>The patient indicated they did not fast prior to the procedure.</td><td/><td>added v2.7.1</td></tr><tr><td>NG<a name=\"NG\"> </a></td><td>Not Given - Patient was not asked at the time of the procedure.</td><td/><td>added v2.7.1</td></tr></table>\r\n</div>"
  },
  "url": "http://hl7.org/fhir/ValueSet/v2-0916",
  "version": "2.8.2",
  "name": "v2 Relevant Clincial Information",
  "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 0916 ( Relevant Clincial Information)",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.133883.18.421"
      }
    ],
    "system": "http://hl7.org/fhir/v2/0916",
    "caseSensitive": false,
    "concept": [
      {
        "code": "F",
        "display": "Patient was fasting prior to the procedure."
      },
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/valueset-deprecated",
            "valueBoolean": true
          }
        ],
        "code": "FNA",
        "display": "Fasting not asked of the patient at time of procedure."
      },
      {
        "code": "NF",
        "display": "The patient indicated they did not fast prior to the procedure."
      },
      {
        "code": "NG",
        "display": "Not Given - Patient was not asked at the time of the procedure."
      }
    ]
  }
}