{
  "resourceType" : "ValueSet",
  "id" : "Boolean",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet Boolean</b></p><a name=\"Boolean\"> </a><a name=\"hcBoolean\"> </a><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/StructureDefinition/boolean?codesystem</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>false</td><td/></tr><tr><td>true</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://va.gov/fhir/ValueSet/Boolean",
  "version" : "2.5.0",
  "name" : "Boolean",
  "title" : "Boolean FHIR",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-03-31T16:09:38+00:00",
  "publisher" : "VA",
  "contact" : [{
    "name" : "VA",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.va.gov"
    }]
  }],
  "description" : "FHIR Target ValueSet used by Terminology Maps [VF_Boolean](ConceptMap-VF-Boolean.html)",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "US",
      "display" : "United States of America"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/StructureDefinition/boolean?codesystem",
      "concept" : [{
        "code" : "false"
      },
      {
        "code" : "true"
      }]
    }]
  }
}