Veteran-Centered Outcomes (VCO) Implementation Guide
0.1.0 - ci-build United States of America flag

Veteran-Centered Outcomes (VCO) Implementation Guide, published by U.S. Department of Veterans Affairs. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mtnlotus/vco-ig/ and changes regularly. See the Directory of published versions

: Well-Being Frequency Answers - JSON Representation

Draft as of 2025-09-02

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "well-being-frequency",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet well-being-frequency</b></p><a name=\"well-being-frequency\"> </a><a name=\"hcwell-being-frequency\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LA6270-8/\">LA6270-8</a></td><td>Never</td></tr><tr><td><a href=\"https://loinc.org/LA10066-1/\">LA10066-1</a></td><td>Rarely</td></tr><tr><td><a href=\"https://loinc.org/LA6483-7/\">LA6483-7</a></td><td>Occasionally</td></tr><tr><td><a href=\"https://loinc.org/LA10082-8/\">LA10082-8</a></td><td>Sometimes</td></tr><tr><td><a href=\"https://loinc.org/LA10044-8/\">LA10044-8</a></td><td>Often</td></tr><tr><td><a href=\"https://loinc.org/LA13865-3/\">LA13865-3</a></td><td>Almost always</td></tr><tr><td><a href=\"https://loinc.org/LA9933-8/\">LA9933-8</a></td><td>Always</td></tr></table></li></ul></div>"
  },
  "url" : "http://va.gov/fhir/vco/ValueSet/well-being-frequency",
  "version" : "0.1.0",
  "name" : "WellBeingFrequency",
  "title" : "Well-Being Frequency Answers",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-02T17:48:52+00:00",
  "publisher" : "U.S. Department of Veterans Affairs",
  "contact" : [
    {
      "name" : "U.S. Department of Veterans Affairs",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://va.gov"
        }
      ]
    }
  ],
  "description" : "Answers for frequency related questions in well-being questionnaires.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "LA6270-8",
            "display" : "Never"
          },
          {
            "code" : "LA10066-1",
            "display" : "Rarely"
          },
          {
            "code" : "LA6483-7",
            "display" : "Occasionally"
          },
          {
            "code" : "LA10082-8",
            "display" : "Sometimes"
          },
          {
            "code" : "LA10044-8",
            "display" : "Often"
          },
          {
            "code" : "LA13865-3",
            "display" : "Almost always"
          },
          {
            "code" : "LA9933-8",
            "display" : "Always"
          }
        ]
      }
    ]
  }
}